From 58503324a06b34816000af8fab7b24e890c309a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 1 Dec 2024 02:06:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a441fa2..47c541c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,5 @@ steps: from_secret: git_clone_url commands: - 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 - # - apk add --no-cache sshpass - sshpass -p $SSH_PASSWORD scp -o StrictHostKeyChecking=no -r /drone/src/xiezheng_h5/* $SSH_USERNAME@$SSH_IP:$SSH_STATIC_PATH \ No newline at end of file