This commit is contained in:
parent
a7b789fa9d
commit
a570bb4f1b
1 changed files with 16 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
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/
|
||||
|
Loading…
Reference in a new issue