Files
blog/.woodpecker.yml
2023-11-04 18:15:36 +03:00

19 lines
372 B
YAML

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