update
continuous-integration/drone/push Build is passing Details

master
Evan Chen 2021-11-11 12:35:14 +08:00
parent 16465fe892
commit b7e13d2f90
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
commands:
- echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
- mkdir -p ~/.ssh
- echo $KEY > ~/.ssh/id_rsa
- echo "$KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa
- ssh kumoly@kumoly.io -p 2222 ls