website/.woodpecker.yml
Anthony Wang 69d5136fe8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add holy-grail easter egg to .woodpecker.yml
2022-07-17 11:36:42 -05:00

22 lines
563 B
YAML

clone:
git:
image: bash
commands:
- mkdir -p /var/lib/woodpecker-agent/Ta180m
- cd /var/lib/woodpecker-agent/Ta180m
- if [ -d website ]; then
- cd website
- git pull
- git submodule update
- else
- git clone --recursive https://git.exozy.me/Ta180m/website.git
- fi
pipeline:
build:
image: bash
commands:
- cd /var/lib/woodpecker-agent/Ta180m/website
- hugo --minify --destination /srv/http/pages/ta180m
- echo "you found it!" > /srv/http/pages/ta180m/holy-grail