add ci config

This commit is contained in:
Norman Köhring 2023-08-01 12:20:09 +02:00
parent 094f27f668
commit efd572e9a8

10
.woodpecker.yml Normal file
View file

@ -0,0 +1,10 @@
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/