Compare commits

..

3 Commits

Author SHA1 Message Date
fa27712fab Update content/zapecena-ricotta-s-rajcaty/index.md 2023-12-16 18:39:23 +01:00
8b901b987f Update content/zapecena-ricotta-s-rajcaty/index.md 2023-12-16 18:39:12 +01:00
027d31e353 Nový CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-12-02 14:13:40 +01:00

View File

@ -1,14 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: build
build:
image: ghcr.io/getzola/zola:v0.17.2
entrypoint: ["/bin/zola"]
command: ["build"]
args:
- build
- name: deploy
deploy:
image: drillster/drone-rsync
settings:
hosts: ["0x45.cz"]
@ -17,6 +13,5 @@ steps:
target: /srv/www/receptty.org
recursive: true
delete: true
environment:
RSYNC_KEY:
from_secret: rsync_private_key
rsync_key:
from_secret: ssh_private_key