diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-30 03:10:54 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-30 03:10:54 +0300 |
commit | f9900a503a8691b969b9a4024f288559a78c44c7 (patch) | |
tree | 4bbe9b309674f2eaad9d817fc447c97f6ef4a3e7 | |
parent | 7881661f234084db2e32e26da5b9e464cdb4b07b (diff) | |
download | yaroslavps.com-f9900a503a8691b969b9a4024f288559a78c44c7.tar.gz yaroslavps.com-f9900a503a8691b969b9a4024f288559a78c44c7.zip |
minor changes; testing new deployment settings
-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 %} |