From b222f1533e6a1cc7f0e1ec0439c2f07b42ab74a4 Mon Sep 17 00:00:00 2001 From: alstn113 Date: Wed, 8 Jan 2025 20:27:35 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=B0=B0=ED=8F=AC=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scripts/deploy.sh b/server/scripts/deploy.sh index fd96c4f..88c2c5a 100644 --- a/server/scripts/deploy.sh +++ b/server/scripts/deploy.sh @@ -62,7 +62,7 @@ switch_container() { if ! health_check "$health_check_url"; then echo "Health check failed, rolling back..." - docker compose -f compose.yml down "$next_container" + # docker compose -f compose.yml down "$next_container" return fi