Nový CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Emil Miler 2023-12-02 13:39:29 +01:00
parent 902a44fcb6
commit 027d31e353

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