1
0
jcktrue.dk/.woodpecker.yml
Jens True 84d27a0391
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Wrong docker image
2024-04-10 09:50:50 +00:00

12 lines
313 B
YAML

pipeline:
build:
image: floryn90/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/