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:
Martyn Inglis
2015-12-15 16:26:56 +00:00
parent e0f22f7670
commit aa8caf8455
4 changed files with 34 additions and 0 deletions

5
scripts/aws_stop_app.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "Stopping application"
cd ~/notifications-api/;
sudo service notifications-api stop