Skip to content

Commit

Permalink
배포
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Jan 8, 2024
1 parent fd9a450 commit 3f7c90c
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
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

REPOSITORY=/home/ubuntu/glog
REPOSITORY=/home/ubuntu/GGLOGG
cd $REPOSITORY

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

Expand Down

0 comments on commit 3f7c90c

Please sign in to comment.