deploy
All checks were successful
Build & Deploy / deploy (push) Successful in 30s

This commit is contained in:
2026-01-21 12:45:23 +01:00
parent 5b7d839bc9
commit 9546eca437

View File

@@ -104,8 +104,8 @@ jobs:
docker images registry.infra.mintel.me/mintel/mb-grid-solutions:latest --format 'table {{.Repository}}:{{.Tag}}\t{{.ID}}\t{{.CreatedSince}}'
echo ''
echo '=== Force recreating and restarting app container ==='
docker compose up -d --force-recreate app
echo '=== Starting app container with new image (zero-downtime) ==='
docker compose up -d --pull always --force-recreate --no-build app
echo ''
echo '=== Waiting for container to be healthy (10 seconds) ==='