use a python script
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-08-01 00:33:42 -04:00
parent 801c88ca6e
commit e50ae8aa03
3 changed files with 59 additions and 21 deletions

View File

@@ -24,5 +24,4 @@ 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 }}"
python3 ./scripts/deploy_containers.py "${{ github.event.before }}" "${{ github.sha }}"