Copy the db upgrade command into WSGI script.

In there currently as wsgi has the credstash which we don't won't to apply in non-awe environments. This will need a refactor to better handle code duplication.
This commit is contained in:
Martyn Inglis
2016-01-10 21:53:41 +00:00
parent 3406d3036f
commit 60f6601845
2 changed files with 9 additions and 1 deletions

View File

@@ -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 app.py db upgrade
python3 wsgi.py db upgrade