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