mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 17:22:17 -05:00
- app spec file forms basis of application deploy - various AWS specific files to install dependencies and call upstart for start and stop application
5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/bash
|
|
|
|
echo "Starting application"
|
|
cd ~/notifications-api/;
|
|
sudo service notifications-api start |