This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2025-12-13 16:52:23 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
033dd40f4ec9a22038110348a3636ffc4d01161a
notifications-api
/
scripts
/
aws_stop_app.sh
4 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
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
2015-12-15 16:26:56 +00:00
#!/bin/bash
echo
"Stopping application"
Added healthcheck page - used in ELB healthchecks
2015-12-15 17:14:13 +00:00
sudo service notifications-api stop
Reference in New Issue
Copy Permalink