3rd try with DroneCI (Fixed markdown escape characters)
This commit is contained in:
parent
31d1e9e96b
commit
45d52b59d5
1 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@ commands:
|
|||
- eval `ssh-agent -s`
|
||||
- echo "$SSH\_KEY" | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- echo -e "Host \*\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config
|
||||
- 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:
|
||||
SSH\_KEY:
|
||||
from\_secret: drone\_ssh\_key
|
||||
SSH_KEY:
|
||||
from_secret: drone_ssh_key
|
||||
|
|
Loading…
Reference in a new issue