diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 20d9de8..0df4bf0 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -135,7 +135,7 @@ pm2 save # ── 健康检查 ── echo "" echo "🏥 Health check..." -HEALTH_URL="http://localhost:8083/api/health" +HEALTH_URL="http://localhost:8083/api/daemon/status" OK=false for i in $(seq 1 10); do if curl -sf "$HEALTH_URL" >/dev/null 2>&1; then