deploy: fix directus port
This commit is contained in:
@@ -72,6 +72,13 @@ jobs:
|
||||
echo "==> Redémarrage Directus"
|
||||
docker compose restart directus
|
||||
|
||||
echo "==> État des conteneurs"
|
||||
docker compose ps
|
||||
|
||||
echo "==> Réponse health check brute"
|
||||
sleep 5
|
||||
curl -sv http://localhost:8066/server/health 2>&1 || true
|
||||
|
||||
echo "==> Vérification santé"
|
||||
for i in $(seq 1 12); do
|
||||
if curl -sf http://localhost:8066/server/health | grep -q '"status":"ok"'; then
|
||||
|
||||
Reference in New Issue
Block a user