diff --git a/scritps/deploy.sh b/scritps/deploy.sh index 7713234..116eee9 100644 --- a/scritps/deploy.sh +++ b/scritps/deploy.sh @@ -3,7 +3,7 @@ REPOSITORY=/home/ubuntu/GLOG cd $REPOSITORY -APP_NAME=moduform +APP_NAME=GLOG JAR_NAME=$(ls $REPOSITORY/build/libs/ | grep 'SNAPSHOT.jar' | tail -n 1) JAR_PATH=$REPOSITORY/build/libs/$JAR_NAME