Updated deployment script and changed the index
template
This commit is contained in:
parent
30fc36a461
commit
5f4b568641
@ -3,3 +3,4 @@ deployment:
|
|||||||
tasks:
|
tasks:
|
||||||
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
- export DEPLOYPATH=/home/benjamyntesting/chatbot/
|
||||||
- cp -Rfv * $DEPLOYPATH
|
- cp -Rfv * $DEPLOYPATH
|
||||||
|
- touch $DEPLOYPATH/tmp/restart.txt
|
||||||
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Flask Login Example
|
Welcome to the future
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
Easy authentication and authorization in Flask.
|
PriceyBot2.0 ready and listening
|
||||||
</h2>
|
</h2>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user