website/.woodpecker.yml
Anthony Wang a7bc008f04
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix rysnc source link
2022-01-20 17:31:08 -06:00

20 lines
393 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:
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_KEY")
- rsync -e ssh -r website/public/* ta180m@localhost:/srv/http/pages/ta180m