pipeline build v21 - fixed staging file path
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Josh 2025-07-31 15:06:57 +00:00
parent ca79635254
commit 24320472b1

View File

@ -28,7 +28,7 @@ steps:
-i ~/.ssh/id_ed25519 \
jcoakley@10.128.0.12 \
"set -euo pipefail; \
cd /opt/aptiva-staging-app; \
cd /home/jcoakley/aptiva-staging-app
echo 'Pulling containers'; \
IMG_TAG=${TAG} docker compose pull; \
echo 'Recreating services'; \