mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-04 18:32:33 -05:00
Added aws run script to use full path to application for codedeploy
This commit is contained in:
@@ -9,6 +9,6 @@ hooks:
|
||||
timeout: 300
|
||||
runas: root
|
||||
ApplicationStart:
|
||||
- location: scripts/run_app.sh
|
||||
- location: scripts/aws_run_app.sh
|
||||
timeout: 300
|
||||
runas: root
|
||||
|
||||
3
scripts/aws_run_app.sh
Normal file
3
scripts/aws_run_app.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
python /home/ubuntu/notifications-admin/app.py runserver
|
||||
Reference in New Issue
Block a user