post-deploy.sh 269 Bytes
#!/bin/sh

# SCript to run after application source was updated.
#
# Should be execute within root directory of project


cd ..

source  ./venv/bin/activate
pip install -r requirements.txt

# Now run some cli post update commands
# flask db upgrade
# flask translation