This commit is contained in:
parent
902a44fcb6
commit
027d31e353
@ -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
|
Loading…
Reference in New Issue
Block a user