mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
28 lines
515 B
YAML
28 lines
515 B
YAML
---
|
|
files:
|
|
-
|
|
destination: /home/ubuntu/notifications-api
|
|
source: /
|
|
hooks:
|
|
AfterInstall:
|
|
-
|
|
location: scripts/aws_install_dependencies.sh
|
|
runas: root
|
|
timeout: 300
|
|
-
|
|
location: scripts/aws_change_ownership.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
|