Skip to content

Commit

Permalink
[ADD] appspec.yml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dltjdn committed Jul 10, 2022
1 parent 8a2e8be commit c6a5713
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 @@
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/build
overwrite: yes

permissions:
- object: /home/ubuntu
pattern: '**'
owner: ubuntu
group: ubuntu

hooks:
AfterInstall:
- location: scripts/after-deploy.sh
timeout: 300
runas: ubuntu

0 comments on commit c6a5713

Please sign in to comment.