website/.woodpecker.yml
daudix-UFO e4a3d74d8e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: Update CI and Duckquill
2023-11-04 18:25:16 +03:00

20 lines
452 B
YAML

clone:
git:
image: fish
commands:
- cd ~/.exoci
- if test -d website
- cd website
- git pull
- else
- git clone https://git.exozy.me/daudix/website.git
- end
pipeline:
build:
image: fish
commands:
- cd ~/.exoci/website
- zola build --output-dir /srv/http/pages/daudix --force
- echo Y29uZ3JhdHMsIHlvdSBmb3VuZCBpdCEK | base64 -d > /srv/http/pages/daudix/ananas-duck