1
0
jcktrue.dk/.woodpecker.yml

12 lines
320 B
YAML
Raw Normal View History

2022-03-26 16:33:26 +00:00
pipeline:
build:
2024-04-10 09:47:33 +00:00
image: floryn90/docker-hugo:ext-alpine
2022-03-26 16:33:26 +00:00
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:
2022-04-11 14:11:53 +00:00
- /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/