mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
19 lines
404 B
YAML
19 lines
404 B
YAML
---
|
|
os: linux
|
|
version: 0.0
|
|
files:
|
|
- destination: /home/notify-app/notifications-api
|
|
source: /
|
|
hooks:
|
|
AfterInstall:
|
|
- location: scripts/aws_install_dependencies.sh
|
|
runas: root
|
|
timeout: 1000
|
|
- location: scripts/aws_change_ownership.sh
|
|
runas: root
|
|
timeout: 300
|
|
ApplicationStart:
|
|
- location: scripts/aws_run_db_migrations.sh
|
|
runas: root
|
|
timeout: 300
|