deploy
Some checks failed
Build & Deploy KLZ Cables / deploy (push) Has been cancelled

This commit is contained in:
2026-01-25 13:44:09 +01:00
parent c074a5d935
commit 8affb7878f

View File

@@ -117,11 +117,13 @@ jobs:
fi
echo '=== Pulling latest image ==='
# Explicitly pull the image to ensure we get the latest version
docker pull registry.infra.mintel.me/mintel/klz-cables.com:latest
docker compose pull
echo '=== Restarting containers ==='
docker compose down
docker compose up -d
# Use --force-recreate to ensure containers are updated even if compose thinks they are up to date
docker compose up -d --force-recreate --remove-orphans
echo '=== Waiting for containers (30s) ==='
sleep 30