diff --git a/.drone.yml b/.drone.yml index f591361..01b4e12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: SSH_CLONE_URL: from_secret: git_clone_url commands: - - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts + - echo "${$SSH_IP} git.buyusdt.xyz" >> /etc/hosts - git config --global http.sslVerify "false" - git clone $SSH_CLONE_URL - sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories