duckquill/.woodpecker.yml

20 lines
480 B
YAML
Raw Normal View History

2023-10-13 01:13:07 +00:00
clone:
git:
image: bash
commands:
- cd /home/daudix
2023-10-13 01:40:40 +00:00
- if [ -d .exoci/duckquill ]; then
- cd .exoci/duckquill
2023-10-13 01:13:07 +00:00
- git pull
- git submodule update
- else
2023-10-13 01:40:40 +00:00
- git clone --recursive https://git.exozy.me/daudix/duckquill.git .exoci/duckquill
2023-10-13 01:13:07 +00:00
- fi
pipeline:
build:
image: bash
commands:
2023-10-13 01:40:40 +00:00
- cd /home/daudix/.exoci/duckquill
2023-10-13 01:50:03 +00:00
- ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/duckquill --force