24 lines
415 B
YAML
24 lines
415 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
|