website/.woodpecker.yml
daudix-UFO b5e85d365f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: D O T S (and fix build)
2023-10-14 04:28:13 +00:00

21 lines
485 B
YAML

clone:
git:
image: bash
commands:
- cd /home/daudix
- if [ -d .exoci/website ]; then
- cd .exoci/website
- git pull
- cd themes/duckquill
- git pull
- else
- git clone --recursive https://git.exozy.me/daudix/website.git .exoci/website
- fi
pipeline:
build:
image: bash
commands:
- cd /home/daudix/.exoci/website
- ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix --force