add ci config
This commit is contained in:
parent
094f27f668
commit
efd572e9a8
1 changed files with 10 additions and 0 deletions
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal 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/
|
Loading…
Reference in a new issue