new woodpecker ci config
ci/woodpecker/push/woodpecker Pipeline failed Details

Norman Köhring 1 year ago
parent ed76a439c4
commit a0922e14c0

@ -2,4 +2,11 @@ pipeline:
build:
image: jauderho/zola:latest
commands:
- chmod -R a+rw .
- zola check
- zola build
- chmod -R a+rw /mnt
- cp -vR public /mnt
volumes:
- /home/n/tiskifer:/mnt/
Loading…
Cancel
Save