@ -30,10 +30,10 @@ steps:
environment:
SSHKEY:
from_secret: drone_ci_sshkey_file
GIT_HOST: 192.168.0.2
GIT_HOST: git.1000my.com
GIT_PORT: 22
commands:
- ls -la
- ping git.1000my.com -c 1
- mkdir -p $HOME/.ssh/
- echo $SSHKEY | md5sum
- echo $SSHKEY > ~/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa