pipeline build v28 - steps readded
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Josh 2025-07-31 15:59:21 +00:00
parent 9fa7419457
commit 361d49e49f

View File

@ -1,4 +1,5 @@
- name: ssh-test
steps:
- name: ssh-test
image: google/cloud-sdk:latest
entrypoint:
- bash
@ -33,15 +34,14 @@
"export IMG_TAG=${IMG_TAG}; \
cd /home/jcoakley/aptiva-staging-app; \
echo 'IMG_TAG = ${IMG_TAG}'; \
docker compose pull; \
docker compose up -d --force-recreate --remove-orphans; \
sudo --preserve-env=IMG_TAG docker compose pull; \
sudo --preserve-env=IMG_TAG docker compose up -d --force-recreate --remove-orphans; \
echo '✅ Staging stack refreshed with tag ${IMG_TAG}'"
secrets:
secrets:
- STAGING_SSH_KEY
- STAGING_KNOWN_HOSTS
when:
when:
event:
- push