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이 쉬고 있음