From 501acec6e1bc7d8e6413f9cc25ca6e0925154102 Mon Sep 17 00:00:00 2001 From: sohyundoh Date: Sat, 24 Jun 2023 16:33:09 +0900 Subject: [PATCH] Update deploy.sh --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 6d2057e..c4d4d51 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -8,7 +8,7 @@ DEPLOY_PATH=/home/ubuntu/app/nonstop/jar/ cp $BUILD_PATH $DEPLOY_PATH echo "> 현재 구동중인 Set 확인" -CURRENT_PROFILE=$(curl -s http://localhost:$IDLE_PORT/profile) +CURRENT_PROFILE=$(curl -s http://localhost/profile) echo "> $CURRENT_PROFILE" # 쉬고 있는 set 찾기: set1이 사용중이면 set2가 쉬고 있고, 반대면 set1이 쉬고 있음