chore: test curl to gateway inside deploy action

This commit is contained in:
jade
2026-07-24 17:51:03 +09:00
parent a89843518b
commit f6f86e5afb

View File

@@ -75,6 +75,8 @@ jobs:
ACTIVE_PROFILE=dev docker compose up -d nginx
# 5. Health Check (??버전???•ìƒ<C3AC>?<3F>으ë¡??´ëŠ”ì§€ ?•ì<E280A2>¸)
echo "Curling gateway locally:"
curl -sv http://localhost:8081/index.html
echo "Waiting 30 seconds for services to fully start..."
sleep 30
@@ -118,3 +120,4 @@ jobs: