Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
Signed-off-by: zoomin3022 <[email protected]>
  • Loading branch information
zoomin3022 authored May 16, 2024
1 parent ac7eeb6 commit c2feb95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ os: linux

files:
- source: /
destination: /home/ubuntu/test
destination: /home/ubuntu/sabujak
permissions:
- object: /home/ubuntu/test/
- object: /home/ubuntu/sabujak/
owner: ubuntu
group: ubuntu
hooks:
AfterInstall:
- location: scripts/deploy.sh
timeout: 60
timeout: 60

0 comments on commit c2feb95

Please sign in to comment.