fix: prevent DEPLOY_BRANCH collapsing in ssh args during production update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user