mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
24 lines
432 B
YAML
24 lines
432 B
YAML
---
|
|
files:
|
|
-
|
|
destination: /home/ubuntu/notifications-admin
|
|
source: /
|
|
hooks:
|
|
AfterInstall:
|
|
-
|
|
location: scripts/install_dependencies.sh
|
|
runas: root
|
|
timeout: 300
|
|
ApplicationStart:
|
|
-
|
|
location: scripts/aws_start_app.sh
|
|
runas: root
|
|
timeout: 300
|
|
ApplicationStop:
|
|
-
|
|
location: scripts/aws_stop_app.sh
|
|
runas: root
|
|
timeout: 300
|
|
os: linux
|
|
version: 0.0
|