pipline build v16 - more syntax
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Josh 2025-07-31 14:54:17 +00:00
parent 7803337a18
commit fb19f40931

View File

@ -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
@ -34,5 +33,4 @@ steps:
echo "Recreating services"
IMG_TAG=${TAG} docker compose up -d --force-recreate --remove-orphans
echo "✅ Staging stack refreshed"
EOF
EOF