Bump zola to 0.14.0

This commit is contained in:
timvisee 2021-07-19 23:43:31 +02:00
parent 2a417850b5
commit 32d945792c
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
variables:
GIT_SUBMODULE_STRATEGY: recursive
ZOLA_VERSION: "v0.13.0"
ZOLA_VERSION: "v0.14.0"
stages:
- build
@ -26,9 +26,9 @@ deploy:
- "sshpass -p $DEPLOY_SSH_PASS ssh -oStrictHostKeyChecking=no $DEPLOY_SSH_USER@$DEPLOY_SSH_HOST 'mv /var/customers/webs/timvisee/timvisee.com/live /var/customers/webs/timvisee/timvisee.com/old; mv /var/customers/webs/timvisee/timvisee.com/new /var/customers/webs/timvisee/timvisee.com/live; rm -rf /var/customers/webs/timvisee/timvisee.com/old'"
- "echo Site is now deployed and live at https://timvisee.com/"
dependencies:
- build
- build
environment:
name: production
url: https://timvisee.com/
only:
- deploy
- deploy

View File

@ -5,7 +5,7 @@
<link>{{ config.base_url | safe }}</link>
<description>{{ config.description }}</description>
<generator>Zola</generator>
<language>{{ config.default_language }}</language>
<language>{{ lang }}</language>
<atom:link href="{{ feed_url | safe }}" rel="self" type="application/rss+xml"/>
<lastBuildDate>{{ last_updated | date(format="%a, %d %b %Y %H:%M:%S %z") }}</lastBuildDate>
{% for page in pages %}