sitche_form

This commit is contained in:
Mateusz Gruszczyński
2025-09-26 23:30:40 +02:00
parent ee05bf74b5
commit 0390a59008
2 changed files with 3 additions and 5 deletions

View File

@@ -56,8 +56,8 @@ 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 i osieroconych usług)"
docker compose -f "$COMPOSE_FILE" down --remove-orphans
log "Docker Compose DOWN (usuwanie kontenerów)"
docker compose --profile "$PROFILE" stop
log "Generowanie default.vcl z APP_PORT=$APP_PORT"
envsubst < deploy/varnish/default.vcl.template > deploy/varnish/default.vcl