website/.woodpecker.yml
daudix-UFO 9cf91fd81b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: Naah, boring stuff
2023-11-04 22:30:33 +03:00

20 lines
417 B
YAML

clone:
git:
image: fish
commands:
- cd ~/.exoci
- if test -d website
- cd website
- git pull
- git submodule update --remote --merge
- else
- git clone --recursive 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