my personal website
https://hemk.es/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
445 B
22 lines
445 B
pipeline:
|
|
zola:
|
|
image: alpine:edge
|
|
commands:
|
|
- apk add zola --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/
|
|
- zola build
|
|
publish:
|
|
image: drillster/drone-rsync
|
|
when:
|
|
status:
|
|
- success
|
|
hosts:
|
|
from_secret: host
|
|
port:
|
|
from_secret: port
|
|
user:
|
|
from_secret: user
|
|
key:
|
|
from_secret: sshkey
|
|
source: ./public/*
|
|
target:
|
|
from_secret: target |