1
0
jcktrue.dk/.woodpecker.yml

12 lines
313 B
YAML
Raw Normal View History

2022-03-26 16:33:26 +00:00
pipeline:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir
2022-03-26 16:34:08 +00:00
deploy:
2022-04-11 14:06:58 +00:00
image: eeacms/rsync
commands:
- rsync -r --delete public/ /mnt/jcktrue.dk
volumes:
- /home/jct/apps/httpd/jcktrue.dk/:/mnt/jcktrue.dk/