This commit is contained in:
parent
e42f325487
commit
9322ec93c9
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ steps:
|
|||
- mkdir -p ~/.ssh
|
||||
- echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config
|
||||
- rsync -rv -e "ssh -p 22" /drone/src/build/ root@server4.unhb.de:/tmp/test/ --checksum
|
||||
environment:
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: drone_ssh_key
|
||||
from_secret: drone_ssh_key
|
||||
|
Loading…
Reference in a new issue