19 lines
282 B
YAML
19 lines
282 B
YAML
---
|
|
|
|
pipline:
|
|
build:
|
|
image: hugo
|
|
commands:
|
|
- hugo
|
|
|
|
deploy:
|
|
image: appleboy/dron-scp
|
|
settings:
|
|
host:
|
|
- reinmuth.uberspace.de
|
|
username: moanos
|
|
target: /home/moanos/html/
|
|
source: public/
|
|
key:
|
|
from_secret: ssh_key
|