From f9900a503a8691b969b9a4024f288559a78c44c7 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 30 Apr 2020 03:10:54 +0300 Subject: minor changes; testing new deployment settings --- .drone.yml | 4 ++++ templates/index.html | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ee3fb42..253336a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@

If you want to contact me, you can do so by email at: contact@yaroslavps.com

-

Any spam will be ignored, and the respective addresses/domains banned, - of course.

{% endblock %} -- cgit v1.2.3