website/.woodpecker.yml
0xMRTT 68adcad46b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: update config
2023-05-07 19:43:18 +02:00

19 lines
429 B
YAML

clone:
git:
image: bash
commands:
- cd /home/0xmrtt
- if [ -d website ]; then
- cd website
- git pull
- git submodule update
- else
- git clone --recursive https://git.exozy.me/0xMRTT/website.git
- fi
pipeline:
build:
image: bash
commands:
- cd /home/0xmrtt/website
- hugo --minify --cleanDestinationDir --destination /srv/http/pages/0xmrtt