This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user