mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Needed own file for db scripts. Need to compartmentalise running the app and the db upgrades into differing scripts.
This commit is contained in:
@@ -4,4 +4,4 @@ echo "Install dependencies"
|
||||
cd /home/ubuntu/notifications-admin;
|
||||
export FLASK_CONFIG=/home/ubuntu/config.cfg
|
||||
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
||||
python3 wsgi.py db upgrade
|
||||
python3 db.py db upgrade
|
||||
|
||||
Reference in New Issue
Block a user