Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeg00 committed Jul 10, 2023
1 parent 0f61d2e commit 394c420
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ version: 0.0
os: linux

files:

source: /
destination: /home/ubuntu/front
overwrite: yes
- source: /
destination: /home/ubuntu/front
overwrite: yes

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

hooks:
AfterInstall:
- location: deploy.sh
Expand Down

0 comments on commit 394c420

Please sign in to comment.