Skip to content

Commit

Permalink
Update stop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonminwoo authored Dec 15, 2023
1 parent 2404839 commit 2043830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stop.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

PROJECT_ROOT="/home/ubuntu/app"
JAR_FILE="$PROJECT_ROOT/aroom_be-0.0.1-SNAPSHOT.jar"
JAR_FILE="$PROJECT_ROOT/aroom_be.jar"

DEPLOY_LOG="$PROJECT_ROOT/deploy.log"

Expand Down

0 comments on commit 2043830

Please sign in to comment.