This commit is contained in:
parent
7803337a18
commit
fb19f40931
@ -1,8 +1,7 @@
|
||||
steps:
|
||||
ssh-test: # name unchanged
|
||||
ssh-test:
|
||||
image: google/cloud-sdk:latest
|
||||
commands:
|
||||
- |
|
||||
commands: |
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
@ -35,4 +34,3 @@ steps:
|
||||
IMG_TAG=${TAG} docker compose up -d --force-recreate --remove-orphans
|
||||
echo "✅ Staging stack refreshed"
|
||||
EOF
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user