Files
notifications-admin/appspec.yml

40 lines
804 B
YAML
Raw Normal View History

---
files:
-
destination: /home/notify-app/notifications-admin
2015-12-07 12:04:21 +00:00
source: /
hooks:
BeforeInstall:
- location: scripts/aws_clear_instance.sh
runas: root
timeout: 1000
AfterInstall:
-
location: scripts/aws_install_dependencies.sh
2015-11-30 15:44:16 +00:00
runas: root
timeout: 300
-
location: scripts/aws_change_ownership.sh
runas: root
timeout: 300
ApplicationStart:
-
2015-12-07 12:04:21 +00:00
location: scripts/aws_start_app.sh
2016-01-19 21:26:45 +00:00
runas: root
timeout: 300
-
location: scripts/register_with_elb.sh
runas: ubuntu
timeout: 300
ApplicationStop:
-
location: scripts/deregister_from_elb.sh
runas: ubuntu
timeout: 300
-
2015-12-07 12:04:21 +00:00
location: scripts/aws_stop_app.sh
2016-01-19 21:26:45 +00:00
runas: root
2015-12-07 12:04:21 +00:00
timeout: 300
os: linux
version: 0.0