frontpage/.woodpecker.yml

21 lines
392 B
YAML
Raw Normal View History

2022-08-21 18:04:27 +02:00
platform: linux/arm64
2022-08-21 18:01:12 +02:00
pipeline:
www:
image: registry.monotremata.xyz/static-page-builder
commands:
- make www
- make onion
2022-08-21 18:47:23 +02:00
publish:
image: drillster/drone-rsync
settings:
hosts: ["caladan"]
user: woodpecker
key:
from_secret: ssh_key
source: ./html/*
target: /srv/sites/frontpage
recursive: true
delete: true