Updated deployment script and changed the index
template
This commit is contained in:
parent
30fc36a461
commit
5f4b568641
@ -3,3 +3,4 @@ deployment:
|
||||
tasks:
|
||||
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
||||
- cp -Rfv * $DEPLOYPATH
|
||||
- touch $DEPLOYPATH/tmp/restart.txt
|
||||
@ -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 %}
|
||||
Reference in New Issue
Block a user