Skip to content

Commit

Permalink
Create appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hweyoung authored Nov 30, 2023
1 parent f6296f6 commit 8e4a04c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 0.0
os: linux

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

0 comments on commit 8e4a04c

Please sign in to comment.