make script executable
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2025-07-29 20:49:04 -04:00
parent 05caf7d208
commit f52cb2a88c

View File

@@ -24,4 +24,5 @@ jobs:
ssh-add <(echo "${{ secrets.SSH_KEY }}")
echo "HOST *" > ~/.ssh/config
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
chmod +x ./scripts/deploy_containers.sh
./scripts/deploy_containers.sh "${{ github.event.before }}" "${{ github.sha }}"