mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 07:48:25 -04:00
Fixed YML errors
This commit is contained in:
22
appspec.yml
22
appspec.yml
@@ -1,19 +1,23 @@
|
|||||||
---
|
---
|
||||||
version: 0.0
|
|
||||||
os: linux
|
|
||||||
files:
|
files:
|
||||||
- source: /
|
-
|
||||||
destination: /home/ubuntu/notifications-admin
|
destination: /home/ubuntu/notifications-admin
|
||||||
|
source: /
|
||||||
hooks:
|
hooks:
|
||||||
AfterInstall:
|
AfterInstall:
|
||||||
- location: scripts/install_dependencies.sh
|
-
|
||||||
timeout: 300
|
location: scripts/install_dependencies.sh
|
||||||
runas: root
|
runas: root
|
||||||
|
timeout: 300
|
||||||
ApplicationStart:
|
ApplicationStart:
|
||||||
- location: scripts/aws_start_app.sh
|
-
|
||||||
timeout: 300
|
location: scripts/aws_start_app.sh
|
||||||
runas: ubuntu
|
runas: ubuntu
|
||||||
ApplicationStop:
|
|
||||||
- location: scripts/aws_stop_app.sh
|
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
ApplicationStop:
|
||||||
|
-
|
||||||
|
location: scripts/aws_stop_app.sh
|
||||||
runas: ubuntu
|
runas: ubuntu
|
||||||
|
timeout: 300
|
||||||
|
os: linux
|
||||||
|
version: 0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user