Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oxix97 authored Feb 8, 2024
1 parent 28e07bd commit a6921dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.0
os: linux
files:
- source: /
destination: /home/ec2-user/f1-Orury-Client/
destination: /home/ec2-user/
overwrite: yes
permissions:
- object: /
Expand All @@ -15,7 +15,7 @@ hooks:
- location: deploy.sh
timeout: 60
runas: ec2-user
command: chmod +x /home/ec2-user/f1-Orury-Client/deploy.sh
command: chmod +x /home/ec2-user/deploy.sh
ApplicationStart:
- location: deploy.sh
timeout: 500
Expand Down

0 comments on commit a6921dd

Please sign in to comment.