From e79eebed176323c9555a6d1fd0dc7cbce76d3d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 27 Sep 2025 21:31:07 +0200 Subject: [PATCH] python3.14 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"