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 f687a6a commit 1dfdf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/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 'Glog-0.0.1-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 1dfdf8d

Please sign in to comment.