diff --git a/.cpanel.yml b/.cpanel.yml index 2f8d860..0bbfbdf 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -3,4 +3,7 @@ deployment: tasks: - export DEPLOYPATH=/home/benjamyntesting/chatbot/ - cp -Rfv * $DEPLOYPATH - - touch $DEPLOYPATH/tmp/restart.txt \ No newline at end of file + - 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 \ No newline at end of file