frontpage/.woodpecker.yml

20 lines
396 B
YAML

platform: linux/arm64
pipeline:
build:
image: registry.monotremata.xyz/static-page-builder
commands:
- make www
- make onion
publish:
image: drillster/drone-rsync
settings:
host: caladan
user: woodpecker
key:
from_secret: ssh_key
source: html/*
target: /srv/sites/frontpage
args: --recursive --human-readable --delete