frontpage/.woodpecker.yml

20 lines
396 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:
2022-08-21 18:48:32 +02:00
build:
2022-08-21 18:01:12 +02:00
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:
host: caladan
2022-08-21 18:47:23 +02:00
user: woodpecker
key:
from_secret: ssh_key
source: html/*
2022-08-21 18:47:23 +02:00
target: /srv/sites/frontpage
args: --recursive --human-readable --delete