1
0
jcktrue.dk/.woodpecker.yml

15 lines
406 B
YAML
Raw Normal View History

2024-04-10 11:09:48 +00:00
when:
- event: [push, pull_request, pull_request_closed, tag, release, manual]
steps:
- name: build
2024-04-10 09:50:50 +00:00
image: floryn90/hugo:ext-alpine
2022-03-26 16:33:26 +00:00
commands:
- hugo mod get -u
- hugo-official --minify --gc --cleanDestinationDir
2024-04-10 11:09:48 +00:00
- name: 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/