This commit is contained in:
@@ -95,14 +95,14 @@ jobs:
|
|||||||
docker compose ps
|
docker compose ps
|
||||||
|
|
||||||
echo '=== Pulling latest image ==='
|
echo '=== Pulling latest image ==='
|
||||||
docker compose pull app
|
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 app
|
docker compose up -d
|
||||||
echo '✓ Containers recreated'
|
echo '✓ Containers recreated'
|
||||||
|
|
||||||
echo '=== Waiting for health check (15 seconds) ==='
|
echo '=== Waiting for health check (15 seconds) ==='
|
||||||
|
|||||||
Reference in New Issue
Block a user