1
0
jcktrue.dk/.woodpecker.yml
Jens True ad554c0e13
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Path correction
2022-04-11 14:11:53 +00:00

12 lines
312 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/http/jcktrue.dk/:/mnt/jcktrue.dk/