duckquill/.woodpecker.yml
daudix-UFO b14cbf2337
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: Directory test in CI
2023-11-04 18:21:12 +03:00

19 lines
368 B
YAML

clone:
git:
image: fish
commands:
- cd ~/.exoci
- if test -d duckquill
- cd duckquill
- git pull
- else
- git clone https://git.exozy.me/daudix/duckquill.git
- end
pipeline:
build:
image: fish
commands:
- cd ~/.exoci/duckquill
- zola build --output-dir /srv/http/pages/duckquill --force