website/.woodpecker.yml

13 lines
242 B
YAML
Raw Normal View History

2022-01-19 23:21:52 +00:00
clone:
git:
image: none
commands:
2022-01-20 01:30:06 +00:00
- git clone --recursive https://git.exozy.me/Ta180m/website.git
2022-01-19 23:21:52 +00:00
pipeline:
build:
image: none
commands:
- cd website
- hugo --minify --destination /srv/http/pages/ta180m