This repository has been archived on 2023-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PriceyBot2/.cpanel.yml

9 lines
299 B
YAML

---
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