Add woodpecker pipeline file

This commit is contained in:
Anthony Wang 2022-01-19 17:21:52 -06:00
parent 94f81d6b45
commit 9c7ba9bd6f
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

12
.woodpecker.yml Normal file
View file

@ -0,0 +1,12 @@
clone:
git:
image: none
commands:
- git clone https://git.exozy.me/Ta180m/website.git
pipeline:
build:
image: none
commands:
- cd website
- hugo --minify --destination /srv/http/pages/ta180m