Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Jan 8, 2024
1 parent b18926f commit d81263e
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 @@ -20,6 +20,6 @@ fi

echo "> Deploy - $JAR_PATH "
nohup java -jar Glog-0.0.1-SNAPSHOT.jar &
nohup java -jar $JAR_PATH &
#nohup java -jar $JAR_PATH &
#nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null &
#nohup java -jar $JAR_PATH --spring.profiles.active=prod > /dev/null 2> /dev/null < /dev/null &

0 comments on commit d81263e

Please sign in to comment.