fix: resolve unbound variable error on remote deploy to prod

This commit is contained in:
2026-06-05 19:13:03 +02:00
parent 4eb2b4c517
commit 599f090895
+1 -1
View File
@@ -291,7 +291,7 @@ MAX_WAIT="$4"
APP_URL="$5" APP_URL="$5"
APP_VERSION="$6" APP_VERSION="$6"
DEST="$7" DEST="$7"
DEPLOY_BRANCH="$8" DEPLOY_BRANCH="${8:-}"
cd "$REMOTE_DIR" || { echo "Error: Remote directory '$REMOTE_DIR' not found."; exit 1; } cd "$REMOTE_DIR" || { echo "Error: Remote directory '$REMOTE_DIR' not found."; exit 1; }