Skip to content

Commit

Permalink
Merge pull request #33 from catchroom/develop
Browse files Browse the repository at this point in the history
Refact : 스크립트 수정
  • Loading branch information
Parkgeonmoo authored Dec 25, 2023
2 parents 84a0326 + 41a4f1b commit 1c84883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ files:
destination: /opt/catchroom
permissions:
- object: /opt/catchroom/
pattern: "**"
owner: ubuntu
group: ubuntu
mode: 755
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ else
fi

echo "> $JAR_PATH 배포"
nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null &
nohup no > /dev/null 2> /dev/null < /dev/null &

0 comments on commit 1c84883

Please sign in to comment.