diff --git a/.drone.yml b/.drone.yml index 7691d17..28a98c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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