Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungJun-L authored Aug 6, 2023
1 parent 2eb50ce commit 41e52d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ version: 0.0
os: linux
files:
- source: /
destination: /home/build
destination: /home/ubuntu/build

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

hooks:
AfterInstall:
- location: execute-deploy.sh
timeout: 180
runas: root

0 comments on commit 41e52d4

Please sign in to comment.