diff --git a/scripts/start-admin.sh b/scripts/start-admin.sh index 3fbec621..fbab278a 100644 --- a/scripts/start-admin.sh +++ b/scripts/start-admin.sh @@ -3,7 +3,7 @@ REPOSITORY="/home/ubuntu/spring-github-action-admin" cd $REPOSITORY -APP_NAME=application-admin +APP_NAME=nowait-app-admin-api JAR_NAME=$(ls $REPOSITORY | grep '.jar' | tail -n 1) JAR_PATH=$REPOSITORY/$JAR_NAME diff --git a/scripts/start-user.sh b/scripts/start-user.sh index ad7dcafd..366e247b 100644 --- a/scripts/start-user.sh +++ b/scripts/start-user.sh @@ -3,7 +3,7 @@ REPOSITORY="/home/ubuntu/spring-github-action-user" cd $REPOSITORY -APP_NAME=application-user +APP_NAME=nowait-app-user-api JAR_NAME=$(ls $REPOSITORY | grep '.jar' | tail -n 1) JAR_PATH=$REPOSITORY/$JAR_NAME diff --git a/scripts/stop-admin.sh b/scripts/stop-admin.sh index 7fcbe738..9c59f9ee 100644 --- a/scripts/stop-admin.sh +++ b/scripts/stop-admin.sh @@ -3,7 +3,7 @@ REPOSITORY="/home/ubuntu/spring-github-action-admin" cd $REPOSITORY -APP_NAME=application-admin +APP_NAME=nowait-app-admin-api JAR_NAME=$(ls $REPOSITORY | grep '.jar' | tail -n 1) JAR_PATH=$REPOSITORY/$JAR_NAME STOP_LOG="$REPOSITORY/stop.log" diff --git a/scripts/stop-user.sh b/scripts/stop-user.sh index 115668ae..0b112c68 100644 --- a/scripts/stop-user.sh +++ b/scripts/stop-user.sh @@ -3,7 +3,7 @@ REPOSITORY="/home/ubuntu/spring-github-action-user" cd $REPOSITORY -APP_NAME=application-user +APP_NAME=nowait-app-user-api JAR_NAME=$(ls $REPOSITORY | grep '.jar' | tail -n 1) JAR_PATH=$REPOSITORY/$JAR_NAME STOP_LOG="$REPOSITORY/stop.log"