Skip to content

Commit

Permalink
test : git action test5
Browse files Browse the repository at this point in the history
  • Loading branch information
wnsrl1228 committed May 29, 2024
1 parent 71c8448 commit 913fb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os: linux

files:
- source: /
destination: /home/ubuntu/app
destination: /home/ubuntu/memetitle
overwrite: yes

permissions:
Expand Down
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/ubuntu/app"
PROJECT_ROOT="/home/ubuntu/memetitle"
JAR_FILE="$PROJECT_ROOT/memetitle.jar"

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

0 comments on commit 913fb84

Please sign in to comment.