website/.woodpecker.yml

13 lines
242 B
YAML

clone:
git:
image: bash
commands:
- git clone --recursive https://git.exozy.me/Ta180m/website.git
pipeline:
build:
image: bash
commands:
- cd website
- hugo --minify --destination /srv/http/pages/ta180m