fix deploy re-exec not forwarding command argument

This commit is contained in:
2026-03-20 20:10:32 -04:00
parent 7b1a888db0
commit 787e747fa4
+1 -1
View File
@@ -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