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 a9b6b9f commit b68d5cbCopy full SHA for b68d5cb
.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; # docker rm -f "${GREEN}" || true; # exit 1; }
264
265
# ---------------------------------------------------------
266
# 6) 업스트림 전환 (forward_host/forward_port만 업데이트)
0 commit comments