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