Update drone config and bump Zola to 0.17.2

This commit is contained in:
Emil Miler 2023-04-03 21:13:28 +02:00
parent 4ed10e5bc0
commit e17c6a2b47

View File

@ -1,16 +1,17 @@
---
kind: pipeline
name: default
steps:
- name: build
image: ghcr.io/getzola/zola:v0.16.1
entrypoint: [ "/bin/zola" ]
command: [ "build" ]
- name: build
image: ghcr.io/getzola/zola:v0.17.2
entrypoint: ["/bin/zola"]
command: ["build"]
- name: deploy
- name: deploy
image: drillster/drone-rsync
settings:
hosts: [ "0x45.cz" ]
hosts: ["0x45.cz"]
user: drone
source: public/*
target: /srv/www/receptty.org