Skip to content

Commit

Permalink
[FIX] WAS 테스트용 stoud 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dragontaek-lee committed Dec 31, 2023
1 parent 2076c04 commit 4b2b76e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/run_new_was.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fi
if [ "$DEPLOYMENT_GROUP_NAME" == "prod" ]
then
nohup java -jar -Dserver.port=${TARGET_PORT} -Dspring.profiles.active=prod /home/ubuntu/operation/build/libs/operation-0.0.1-SNAPSHOT.jar &
echo "> Port Check $(lsof -Fp -i TCP:${TARGET_PORT})"
echo "> Now new WAS runs at ${TARGET_PORT}."
fi

Expand Down

0 comments on commit 4b2b76e

Please sign in to comment.