Skip to content

Commit 0c77c27

Browse files
committed
work
1 parent b68d5cb commit 0c77c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
sleep "${INTERVAL}"
261261
ELAPSED=$((ELAPSED + INTERVAL))
262262
done
263-
[[ "${CODE:-000}" == "200" ]] || { echo "❌ ${GREEN} health failed"; docker logs --tail=200 "${GREEN}" || true; # docker rm -f "${GREEN}" || true; # exit 1; }
263+
[[ "${CODE:-000}" == "200" ]] || { echo "❌ ${GREEN} health failed"; docker logs --tail=200 "${GREEN}" || true; }
264264
265265
# ---------------------------------------------------------
266266
# 6) 업스트림 전환 (forward_host/forward_port만 업데이트)

0 commit comments

Comments
 (0)