Added new cPanel yml

This commit is contained in:
Benjamyn Love 2023-03-10 09:13:56 +11:00
parent 4341ba9937
commit 723440130b

View File

@ -3,4 +3,7 @@ deployment:
tasks:
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
- cp -Rfv * $DEPLOYPATH
- touch $DEPLOYPATH/tmp/restart.txt
- 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