duckquill/.woodpecker.yml
daudix-UFO 4c4e3486d3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: Submodule update in workflow
2023-10-14 15:35:34 +00:00

20 lines
497 B
YAML

clone:
git:
image: bash
commands:
- cd /home/daudix
- if [ -d .exoci/duckquill ]; then
- cd .exoci/duckquill
- git pull
- git submodule update --remote --merge
- else
- git clone --recursive 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