diff --git a/deploy.sh b/deploy.sh index e79a597..ef46030 100755 --- a/deploy.sh +++ b/deploy.sh @@ -56,7 +56,7 @@ git pull --ff-only "$GIT_REMOTE" "$GIT_BRANCH" log "Zapisywanie hasha commita do version.txt" git rev-parse --short HEAD > version.txt -log "Docker Compose DOWN (usuwanie kontenerów)" +log "Docker Compose DOWN" docker compose --profile "$PROFILE" stop log "Generowanie default.vcl z APP_PORT=$APP_PORT"