aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml4
-rw-r--r--templates/index.html2
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 @@
<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 %}