--- deployment: tasks: - export DEPLOYPATH=/home/benjamyntesting/chatbot/ - cp -Rfv * $DEPLOYPATH - touch $DEPLOYPATH/tmp/restart.txt - source /home/benjamyntesting/virtualenv/chatbot/3.8/bin/activate && cd /home/benjamyntesting/chatbot - export FLASK_APP=priceybot2 - flask db upgrade