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

This commit is contained in:
2026-01-21 15:02:00 +01:00
parent 4aef037efb
commit abfe74c083

View File

@@ -95,14 +95,14 @@ jobs:
docker compose ps docker compose ps
echo '=== Pulling latest image ===' echo '=== Pulling latest image ==='
docker compose pull --no-build docker compose pull
echo '✓ Image pulled successfully' echo '✓ Image pulled successfully'
echo '=== Verifying new image ===' echo '=== Verifying new image ==='
docker images registry.infra.mintel.me/mintel/mb-grid-solutions:latest docker images registry.infra.mintel.me/mintel/mb-grid-solutions:latest
echo '=== Stopping and recreating containers ===' echo '=== Stopping and recreating containers ==='
docker compose up -d --force-recreate docker compose up -d
echo '✓ Containers recreated' echo '✓ Containers recreated'
echo '=== Waiting for health check (15 seconds) ===' echo '=== Waiting for health check (15 seconds) ==='