pipeline build v21 - fixed staging file path

This commit is contained in:
Josh 2025-07-31 15:06:57 +00:00
parent d2e5c8805c
commit 10fd5d916f

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'; \