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 0fb0f86 commit cdd1ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

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

4 changes: 2 additions & 2 deletions scritps/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ REPOSITORY=/home/ubuntu/GLOG
cd $REPOSITORY

APP_NAME=GLOG
JAR_NAME=$(ls $REPOSITORY/build/libs/ | grep 'SNAPSHOT.jar' | tail -n 1)
JAR_PATH=$REPOSITORY/build/libs/$JAR_NAME
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 cdd1ef8

Please sign in to comment.