Browse Source

fix: ci

pull/1/head
Your Name 2 years ago
parent
commit
346d697ae6
  1. 4
      .drone.yml

4
.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

Loading…
Cancel
Save