Skip to content

Commit

Permalink
Feat: change root
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed May 12, 2024
1 parent 248d577 commit e4d05ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PROJECT_ROOT="/home/ec2-user/app"
PROJECT_ROOT="/home/ec2-user"
JAR_FILE="$PROJECT_ROOT/mejai-gg.jar"

APP_LOG="$PROJECT_ROOT/application.log"
Expand Down
2 changes: 1 addition & 1 deletion scripts/stop.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PROJECT_ROOT="/home/ec2-user/app"
PROJECT_ROOT="/home/ec2-user"
JAR_FILE="$PROJECT_ROOT/mejai-gg.jar"

DEPLOY_LOG="$PROJECT_ROOT/deploy.log"
Expand Down

0 comments on commit e4d05ba

Please sign in to comment.