mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
AWS codedeploy start / stop scripts (upstart) and wsgi start script
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Starting application"
|
||||||
|
cd ~/notifications-admin/;
|
||||||
|
sudo service notifications-admin start
|
||||||
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Stopping application"
|
||||||
|
cd ~/notifications-admin/;
|
||||||
|
sudo service notifications-admin stop
|
||||||
Reference in New Issue
Block a user