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