fix drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
a5ff2389bd
commit
98f2eccba7
|
@ -18,7 +18,7 @@ steps:
|
||||||
from_secret: deploy_private_key
|
from_secret: deploy_private_key
|
||||||
commands:
|
commands:
|
||||||
- apt-get update > /dev/null
|
- apt-get update > /dev/null
|
||||||
- apt-get install -y openssh-client
|
- apt-get install -y openssh-client rsync
|
||||||
- mkdir $HOME/.ssh
|
- mkdir $HOME/.ssh
|
||||||
- echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
|
- echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
|
||||||
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config
|
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config
|
||||||
|
|
Loading…
Reference in New Issue