riq0h.jp/.woodpecker/.woodpecker.yml
Rikuoh ed9070d0a4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test
2023-08-21 15:28:38 +09:00

24 lines
416 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo -D
deploy:
image: appleboy/drone-scp
secrets: [SSH]
settings:
host:
- 109.123.230.119
username: riq0h
password:
from_secret: $SSH
port: 4545
target: /home/riq0h/
source:
- public