Skip to content

Commit

Permalink
Create app-spec config file
Browse files Browse the repository at this point in the history
  • Loading branch information
imoisharma authored Jan 21, 2021
1 parent 5b27dc9 commit 63aaf8b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app-specification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 63aaf8b

Please sign in to comment.