riq0h.jp/.woodpecker/.woodpecker.yml

25 lines
411 B
YAML
Raw Normal View History

2023-08-21 10:07:01 +09:00
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
steps:
build:
image: klakegg/hugo:ext-alpine
commands:
- hugo -D
deploy:
2023-08-21 15:21:04 +09:00
image: appleboy/drone-scp
2023-08-21 15:10:13 +09:00
secrets: [SSH]
2023-08-21 15:21:04 +09:00
settings:
host:
- mystech.ink
username: riq0h
password:
2023-08-21 15:22:46 +09:00
from_secret: SSH
2023-08-21 15:21:04 +09:00
port: 4545
target: /home/riq0h/
source:
- public