diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f18fda3..f5b30b1 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -53,7 +53,7 @@ git pull origin main # Re-exec so the running script reflects any changes just pulled if [ -z "${DEPLOY_REEXEC:-}" ]; then export DEPLOY_REEXEC=1 - exec /opt/hantim/scripts/deploy.sh + exec /opt/hantim/scripts/deploy.sh "$CMD" fi # Generate .env from bws if this service declares .env.keys