duckquill/.woodpecker.yml
daudix-UFO b0e25b741d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: Remove submodule stuff
2023-10-14 15:36:20 +00:00

19 lines
437 B
YAML

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