mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-03 07:40:19 -04:00
Adding AWS code deploy files
- app spec file forms basis of application deploy - various AWS specific files to install dependencies and call upstart for start and stop application
This commit is contained in:
5
scripts/aws_stop_app.sh
Normal file
5
scripts/aws_stop_app.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Stopping application"
|
||||
cd ~/notifications-api/;
|
||||
sudo service notifications-api stop
|
||||
Reference in New Issue
Block a user