website/.woodpecker.yml
Anthony Wang 071931281f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Use native Rsync protocol for deploy
2022-01-20 18:13:05 -06:00

18 lines
354 B
YAML

clone:
git:
image: none
commands:
- git clone --recursive https://git.exozy.me/Ta180m/website.git
pipeline:
build:
image: none
commands:
- cd website
- hugo --minify
deploy:
image: none
commands:
- rsync -r website/public/* ta180m@localhost:/srv/http/pages/ta180m
secrets: [ rsync_password ]