1
0
jcktrue.dk/.woodpecker.yml

11 lines
321 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
2024-04-10 11:31:47 +00:00
- hugo-official --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/
2022-04-11 14:06:58 +00:00
volumes:
2022-04-11 14:11:53 +00:00
- /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/