1
0
jcktrue.dk/.woodpecker.yml
Jens True 0513b59204
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Mount the destination dir
2022-04-11 14:06:58 +00:00

12 lines
313 B
YAML

pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir
deploy:
image: eeacms/rsync
commands:
- rsync -r --delete public/ /mnt/jcktrue.dk
volumes:
- /home/jct/apps/httpd/jcktrue.dk/:/mnt/jcktrue.dk/