update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
16465fe892
commit
b7e13d2f90
|
@ -9,7 +9,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
|
- echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- echo $KEY > ~/.ssh/id_rsa
|
- echo "$KEY" > ~/.ssh/id_rsa
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
- cat ~/.ssh/id_rsa
|
- cat ~/.ssh/id_rsa
|
||||||
- ssh kumoly@kumoly.io -p 2222 ls
|
- ssh kumoly@kumoly.io -p 2222 ls
|
||||||
|
|
Loading…
Reference in New Issue