mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Wrong path to app
This commit is contained in:
@@ -4,7 +4,7 @@ echo "Install dependencies"
|
|||||||
if [ -e "/home/notify-app" ]
|
if [ -e "/home/notify-app" ]
|
||||||
then
|
then
|
||||||
echo "Depenencies for notify-app"
|
echo "Depenencies for notify-app"
|
||||||
cd /home/ubuntu/notifications-api;
|
cd /home/notify-app/notifications-api;
|
||||||
pip3 install -r /home/notify-app/notifications-api/requirements.txt
|
pip3 install -r /home/notify-app/notifications-api/requirements.txt
|
||||||
python3 db.py db upgrade
|
python3 db.py db upgrade
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user