Skip to content

Commit

Permalink
Create appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeokJoon authored Jul 1, 2024
1 parent 244731d commit d438deb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 0.0
os: linux

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

permissions:
- object: /
owner: ubuntu
group: ubuntu

hooks:
ApplicationStart:
- location: scripts/deploy.sh
timeout: 60

0 comments on commit d438deb

Please sign in to comment.