remoteroastclub/.woodpecker.yml
Norman Köhring efd572e9a8 add ci config
2023-08-01 12:20:09 +02:00

10 lines
No EOL
205 B
YAML

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/