Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
femibiwoye committed Jan 7, 2021
1 parent f438a44 commit 06e1350
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# version: 0.0
# os: linux
# files:
# - source: /index.html
# destination: /var/www/html/
# hooks:
# BeforeInstall:
# - location: scripts/install_dependencies.sh
# timeout: 300
# runas: root
# # - location: scripts/start_server
# # timeout: 300
# # runas: root
# # ApplicationStop:
# # - location: scripts/stop_server
# # timeout: 300
# # runas: root
version: 0.0
os: linux
files:
- source: /index.html
destination: /var/www/html/
hooks:
BeforeInstall:
- location: scripts/install_dependencies.sh
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 06e1350

Please sign in to comment.