Compare commits

...

7 Commits

1 changed files with 19 additions and 0 deletions

19
.woodpecker.yml Normal file
View File

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