diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index def2303..faebaaa 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -70,7 +70,7 @@ jobs: - name: Deploy to PRE-PRODUCTION working-directory: ansible run: | - echo "${{ secrets.VAULT_PASSWORD_PRE_PROD }}" > vault_pass.txt + echo '${{ secrets.VAULT_PASSWORD_PRE_PROD }}' > vault_pass.txt ansible-playbook -i hosts playbooks/site.yml \ --limit=pre_prod \ --vault-password-file vault_pass.txt