remoteroastclub/.woodpecker.yml

10 lines
205 B
YAML
Raw Permalink Normal View History

2023-08-01 12:20:09 +02:00
pipeline:
build:
image: jauderho/zola:latest
commands:
- zola check
- chmod -R a+rw /mnt
- zola build -o /mnt/dist --force
volumes:
- /home/n/CI/remoteroastclub:/mnt/