frontpage/.woodpecker.yml

22 lines
467 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: registry.monotremata.xyz/rsync
2022-08-21 18:47:23 +02:00
settings:
host: caladan
2022-08-21 18:47:23 +02:00
user: woodpecker
key:
from_secret: ssh_key
2022-08-22 12:00:32 +02:00
known_hosts:
from_secret: known_hosts
source: html/*
2022-08-21 18:47:23 +02:00
target: /srv/sites/frontpage
2022-08-22 11:53:11 +02:00
args: --recursive --human-readable --verbose --delete