1
0
jcktrue.dk/.woodpecker.yml
Jens True 6bfe3e1b14
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fine tunning and testing hooks
2024-04-10 11:09:48 +00:00

15 lines
406 B
YAML

when:
- event: [push, pull_request, pull_request_closed, tag, release, manual]
steps:
- name: build
image: floryn90/hugo:ext-alpine
commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir
- name: deploy
image: eeacms/rsync
commands:
- rsync -r --delete public/ /mnt/jcktrue.dk
volumes:
- /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/