chore: fetch gateway logs in deploy action

This commit is contained in:
jade
2026-07-24 17:52:15 +09:00
parent e278602d32
commit f3639043fc

View File

@@ -77,6 +77,8 @@ jobs:
# 5. Health Check (??버전???•ìƒ<C3AC>?<3F>으ë¡??´ëŠ”ì§€ ?•ì<E280A2>¸)
echo "Curling gateway locally:"
curl -sv http://localhost:8081/index.html
echo "Fetching gateway logs..."
docker logs --tail 100 ax_hub_mcp_tool-gateway-$TARGET-1
echo "Waiting 30 seconds for services to fully start..."
sleep 30
@@ -121,3 +123,4 @@ jobs: