Skip to content

Commit

Permalink
[Feat] Create appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hweyoung authored Dec 9, 2023
1 parent 11b301a commit 6fe55b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# appspec.yml

version: 0.0
os: linux

files:
- source: /
destination: /home/ec2-user/app/
permissions:
- object: /
pattern: "**"
owner: ec2-user
group: ec2-user
hooks:
ApplicationStart:
- location: /home/ec2-user/app/deploy.sh
timeout: 60
runas: root

0 comments on commit 6fe55b4

Please sign in to comment.