From 37760125db6a3ef65405fe8593bdc1294536d1e2 Mon Sep 17 00:00:00 2001 From: Baptiste-Ferrand Date: Sat, 9 Aug 2025 15:13:17 +0200 Subject: [PATCH] update worflow --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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