mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -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
|
timeout: 300
|
||||||
runas: root
|
runas: root
|
||||||
ApplicationStart:
|
ApplicationStart:
|
||||||
- location: scripts/run_app.sh
|
- location: scripts/aws_run_app.sh
|
||||||
timeout: 300
|
timeout: 300
|
||||||
runas: root
|
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