1
0
jcktrue.dk/.woodpecker.yml
Jens True 50f6061500
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
latest hugo version
2024-04-10 09:47:33 +00:00

12 lines
320 B
YAML

pipeline:
build:
image: floryn90/docker-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/http/jcktrue.dk/:/mnt/jcktrue.dk/