17 lines
283 B
YAML
17 lines
283 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: copy to hosting
|
||
|
image: appleboy/drone-scp
|
||
|
settings:
|
||
|
host: ginny.lagertonne.de
|
||
|
user: lagertonne
|
||
|
key:
|
||
|
from_secret: ssh_key
|
||
|
source: "*"
|
||
|
target: /home/lagertonne/jmcnw2021_wa/
|
||
|
|