Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 21, 2023
2 parents 2ee9f4a + c6fafa6 commit 07a3b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
fi

echo "> $IDLE_PROFILE 배포"
nohup java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=$IDLE_PROFILE $IDLE_APPLICATION_PATH 1>/dev/null 2>/home/ubuntu/app/nohup.out &
nohup java -jar -Duser.timezone=Asia/Seoul -Dspring.profiles.active=$IDLE_PROFILE $IDLE_APPLICATION_PATH 1>/home/ubuntu/app/console.log 2>/home/ubuntu/app/nohup.out &

echo "> $IDLE_PROFILE 10초 후 Health check 시작"
echo "> curl -sL http://localhost:$IDLE_PORT/health "
Expand Down

0 comments on commit 07a3b23

Please sign in to comment.