Skip to content

Commit

Permalink
#7 fix: appspec.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 16, 2024
1 parent 1e65dca commit 27c267b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
version: 0.0
os: linux

files:
- source: /
destination: /home/ubuntu/backend
- source: /
destination: /home/ubuntu/spring-github-action
overwrite: yes
file_exists_behavior: OVERWRITE

permissions:
- object: /
pattern: "**"
owner: ubuntu
group: ubuntu
group: ubuntu

hooks:
AfterInstall:
- location: scripts/stop.sh
timeout: 60
ApplicationStart:
- location: scripts/start.sh
timeout: 60

0 comments on commit 27c267b

Please sign in to comment.