Setting ENV to live and read config on non-dev environments from a file.

This commit is contained in:
Martyn Inglis
2015-12-07 11:30:29 +00:00
parent 4bb25dfdb1
commit 66537fca30
4 changed files with 9 additions and 6 deletions

View File

@@ -9,6 +9,10 @@ hooks:
timeout: 300
runas: root
ApplicationStart:
- location: scripts/aws_run_app.sh
- location: scripts/aws_start_app.sh
timeout: 300
runas: root
runas: ubuntu
ApplicationStop:
- location: scripts/aws_stop_app.sh
timeout: 300
runas: ubuntu