Skip to content

Commit

Permalink
배포
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Jan 7, 2024
1 parent 782ab49 commit ecc45b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REPOSITORY=/home/ubuntu/GLOG
cd $REPOSITORY

APP_NAME=GLOG
JAR_NAME=$(ls $REPOSITORY/server/build/libs/ | grep 'Glog-0.0.1-SNAPSHOT.jar' | tail -n 1)
JAR_NAME=$(ls $REPOSITORY/server/build/libs/ | grep 'SNAPSHOT.jar' | tail -n 1)
JAR_PATH=$REPOSITORY/server/build/libs/$JAR_NAME

CURRENT_PID=$(pgrep -f $APP_NAME)
Expand Down

0 comments on commit ecc45b4

Please sign in to comment.