deploy: fix directus port
Déploiement API BETA / Tests extensions (push) Successful in 11m7s
Déploiement API BETA / Build et déploiement beta (push) Failing after 1m35s

This commit is contained in:
2026-05-15 17:38:23 +04:00
parent 6600a22475
commit 9f364bf677
+7
View File
@@ -72,6 +72,13 @@ jobs:
echo "==> Redémarrage Directus" echo "==> Redémarrage Directus"
docker compose restart 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é" echo "==> Vérification santé"
for i in $(seq 1 12); do for i in $(seq 1 12); do
if curl -sf http://localhost:8066/server/health | grep -q '"status":"ok"'; then if curl -sf http://localhost:8066/server/health | grep -q '"status":"ok"'; then