diff options
-rw-r--r-- | .drone.yml | 4 | ||||
-rw-r--r-- | templates/index.html | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -10,10 +10,14 @@ steps: port: 7822 user: webuser exclude: [ ".git*", ".drone.yml" ] + delete: true recursive: true key: from_secret: SSH_KEY target: /home/webuser/yaroslavps.com/ + script: + - cd ~/yaroslavps.com + - zola build --output-dir ~/www/yaroslavps.com trigger: branch: diff --git a/templates/index.html b/templates/index.html index 20e0ead..f6fa5eb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,5 @@ <p>If you want to contact me, you can do so by email at: <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> </p> - <p>Any spam will be ignored, and the respective addresses/domains banned, - of course.</p> </div> {% endblock %} |