riq0h.jp/.woodpecker/.woodpecker.yml
Rikuoh de73c4b651
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
rsync test
2023-08-21 19:36:41 +09:00

24 lines
435 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo -D
deploy:
image: drillster/drone-rsync
secrets: [HOTS, SSH, PORT]
settings:
hosts:
from_secret: HOST
user: riq0h
key:
from_secret: SSH
port:
from_secret: PORT
source: public
target: /var/www/html