sitche_form
This commit is contained in:
@@ -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
|
||||
|
@@ -339,13 +339,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postepyWarning" class="alert alert-warning d-none mt-2" role="alert">
|
||||
<div id="postepyWarning" class="alert alert-warning-subtle d-none mt-2" role="alert">
|
||||
Nie można wyłączyć wszystkich wskaźników postępu. Pozostaw przynajmniej jeden włączony.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- CTA -->
|
||||
<div class="d-flex flex-wrap gap-2">
|
||||
<button type="submit" class="btn btn-success">
|
||||
|
Reference in New Issue
Block a user