Compare commits

...

7 Commits

Author SHA1 Message Date
Ricard Illa 59d27b1f8a
Revert "test commit"
This reverts commit aabf900903.
2022-08-22 13:37:51 +02:00
Ricard Illa 48972afc30
ci: array of sources 2022-08-22 13:08:59 +02:00
Ricard Illa aabf900903
test commit 2022-08-22 12:22:42 +02:00
Ricard Illa d075ad28c5
always pull docker images 2022-08-22 12:17:31 +02:00
Ricard Illa fdd35d4e9c
fixed typo 2022-08-22 12:02:15 +02:00
Ricard Illa bfce793d93
known hosts secret 2022-08-22 12:00:32 +02:00
Ricard Illa 5cb3003ad4
verbose output for rsync 2022-08-22 11:53:11 +02:00
1 changed files with 6 additions and 2 deletions

View File

@ -3,17 +3,21 @@ platform: linux/arm64
pipeline:
build:
image: registry.monotremata.xyz/static-page-builder
pull: true
commands:
- make www
- make onion
publish:
image: registry.monotremata.xyz/rsync
pull: true
settings:
host: caladan
user: woodpecker
key:
from_secret: ssh_key
source: html/*
known_hosts:
from_secret: known_hosts
sources: ["html/www", "html/onion"]
target: /srv/sites/frontpage
args: --recursive --human-readable --delete
args: --recursive --human-readable --verbose --delete