pipline build v16 - more syntax
This commit is contained in:
parent
78e43fef81
commit
4b97435bc2
@ -1,8 +1,7 @@
|
|||||||
steps:
|
steps:
|
||||||
ssh-test: # name unchanged
|
ssh-test:
|
||||||
image: google/cloud-sdk:latest
|
image: google/cloud-sdk:latest
|
||||||
commands:
|
commands: |
|
||||||
- |
|
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
@ -34,5 +33,4 @@ steps:
|
|||||||
echo "Recreating services"
|
echo "Recreating services"
|
||||||
IMG_TAG=${TAG} docker compose up -d --force-recreate --remove-orphans
|
IMG_TAG=${TAG} docker compose up -d --force-recreate --remove-orphans
|
||||||
echo "✅ Staging stack refreshed"
|
echo "✅ Staging stack refreshed"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user