Updated deployment script and changed the index

template
This commit is contained in:
Benjamyn Love 2023-03-09 15:02:15 +11:00
parent 30fc36a461
commit 5f4b568641
2 changed files with 4 additions and 3 deletions

View File

@ -3,3 +3,4 @@ deployment:
tasks:
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
- cp -Rfv * $DEPLOYPATH
- touch $DEPLOYPATH/tmp/restart.txt

View File

@ -2,9 +2,9 @@
{% block content %}
<h1 class="title">
Flask Login Example
Welcome to the future
</h1>
<h2 class="subtitle">
Easy authentication and authorization in Flask.
PriceyBot2.0 ready and listening
</h2>
{% endblock %}