mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 10:59:50 -04:00
Removed CD from AWS scripts
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Starting application"
|
echo "Starting application"
|
||||||
cd ~/notifications-api/;
|
|
||||||
sudo service notifications-api start
|
sudo service notifications-api start
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Stopping application"
|
echo "Stopping application"
|
||||||
cd ~/notifications-api/;
|
|
||||||
sudo service notifications-api stop
|
sudo service notifications-api stop
|
||||||
Reference in New Issue
Block a user