fix: remove curl command that fails in act_runner
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 11m35s

This commit is contained in:
jade
2026-07-24 23:26:48 +09:00
parent b5565a4da0
commit 72f04aef62

View File

@@ -81,15 +81,13 @@ jobs:
cp ./nginx/${TARGET}.conf ./nginx/conf.d/default.conf cp ./nginx/${TARGET}.conf ./nginx/conf.d/default.conf
ACTIVE_PROFILE=dev docker compose up -d nginx ACTIVE_PROFILE=dev docker compose up -d nginx
# 5. Health Check (??버전???<EFBFBD>상?<EFBFBD><EFBFBD>??<EFBFBD>는지 ?<EFBFBD>인) # 5. Health Check (??버전???상???는지 ?인)
echo "Curling gateway locally:"
curl -sv http://localhost:8081/index.html
echo "Fetching gateway logs..." echo "Fetching gateway logs..."
docker logs --tail 100 ax_hub_mcp_tool-gateway-$TARGET-1 docker logs --tail 100 ax_hub_mcp_tool-gateway-$TARGET-1
echo "Waiting 30 seconds for services to fully start..." echo "Waiting 30 seconds for services to fully start..."
sleep 30 sleep 30
# ?<EFBFBD>규 컨테?<EFBFBD>너가 죽<EFBFBD>? ?<EFBFBD>고 ?<EFBFBD>아?<EFBFBD>는지 ?<EFBFBD> # ?규 컨테?너가 죽? ?고 ?아?는지 ?인
IS_TARGET_ALIVE=$(docker ps --filter "name=ax_hub_mcp_tool-gateway-${TARGET}-1" --filter "status=running" -q) IS_TARGET_ALIVE=$(docker ps --filter "name=ax_hub_mcp_tool-gateway-${TARGET}-1" --filter "status=running" -q)
if [ -z "$IS_TARGET_ALIVE" ]; then if [ -z "$IS_TARGET_ALIVE" ]; then