Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imoisharma authored Jan 21, 2021
1 parent db2fad0 commit 5b27dc9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
version: 0.0
os: linux
files:
- source: /index.html
destination: /var/www/html/
hooks:
BeforeInstall:
- location: scripts/install_dependencies
timeout: 300
runas: root
- location: scripts/start_server
timeout: 300
runas: root
ApplicationStop:
- location: scripts/stop_server
timeout: 300
runas: root

0 comments on commit 5b27dc9

Please sign in to comment.