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