website/.woodpecker.yml
Anthony Wang 722776721f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use bash for running Woodpecker scripts
2022-01-20 19:05:42 -06:00

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