From d667062ec24304a927050d1f12087f6c5e732a8b Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 8 Jun 2026 10:55:21 +0200 Subject: [PATCH] fix: prevent DEPLOY_BRANCH collapsing in ssh args during production update --- scripts/update-remotes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-remotes.sh b/scripts/update-remotes.sh index ac9266d..c457dd8 100755 --- a/scripts/update-remotes.sh +++ b/scripts/update-remotes.sh @@ -90,7 +90,7 @@ else COMPOSE_FILE="${COMPOSE_FILE:-docker-compose.yml}" BACKEND_CONTAINER="${BACKEND_CONTAINER:-daagbox-prod-backend}" APP_URL="${APP_URL:-https://kapteins-daagbok.eu}" - DEPLOY_BRANCH="" + DEPLOY_BRANCH="none" ENV_LABEL="Production" fi