19 lines
303 B
YAML
19 lines
303 B
YAML
---
|
|
|
|
pipeline:
|
|
build:
|
|
image: klakegg/hugo
|
|
commands:
|
|
- hugo -d html
|
|
|
|
deploy:
|
|
image: appleboy/drone-scp
|
|
settings:
|
|
host:
|
|
- reinmuth.uberspace.de
|
|
username: moanos
|
|
target: /var/www/virtual/moanos
|
|
source: html
|
|
key:
|
|
from_secret: ssh_key
|