Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/start-admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/start-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/stop-admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/stop-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down