mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-30 06:01:06 -04:00
15 lines
275 B
YAML
15 lines
275 B
YAML
|
|
version: 0.0
|
||
|
|
os: linux
|
||
|
|
files:
|
||
|
|
- source: /
|
||
|
|
destination: /home/ubuntu/
|
||
|
|
hooks:
|
||
|
|
AfterInstall:
|
||
|
|
- location: scripts/install_dependencies.sh
|
||
|
|
timeout: 300
|
||
|
|
runas: root
|
||
|
|
ApplicationStart:
|
||
|
|
- location: scripts/run_app.sh
|
||
|
|
timeout: 300
|
||
|
|
runas: root
|