riq0h.jp/.woodpecker/.woodpecker.yml
Rikuoh f7664caec1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test
2023-08-21 15:39:23 +09:00

25 lines
434 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
key:
from_secret: SSH
port: 4545
target: /var/www/html/
source:
- public
overwrite: true