Added new cPanel yml
This commit is contained in:
parent
4341ba9937
commit
723440130b
@ -3,4 +3,7 @@ deployment:
|
|||||||
tasks:
|
tasks:
|
||||||
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
||||||
- cp -Rfv * $DEPLOYPATH
|
- 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
|
||||||
Reference in New Issue
Block a user