We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68d5cb commit 0c77c27Copy full SHA for 0c77c27
.github/workflows/deploy.yml
@@ -260,7 +260,7 @@ jobs:
260
sleep "${INTERVAL}"
261
ELAPSED=$((ELAPSED + INTERVAL))
262
done
263
- [[ "${CODE:-000}" == "200" ]] || { echo "❌ ${GREEN} health failed"; docker logs --tail=200 "${GREEN}" || true; # docker rm -f "${GREEN}" || true; # exit 1; }
+ [[ "${CODE:-000}" == "200" ]] || { echo "❌ ${GREEN} health failed"; docker logs --tail=200 "${GREEN}" || true; }
264
265
# ---------------------------------------------------------
266
# 6) 업스트림 전환 (forward_host/forward_port만 업데이트)
0 commit comments