From f6eaf36740757bd82f3f5cda01e0a505aeec291e Mon Sep 17 00:00:00 2001 From: yulei Date: Wed, 12 Mar 2025 19:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3012f36..f026b09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,9 @@ workspace: steps: - name: git-push image: appleboy/drone-git-push + commands: + - git clone --depth=1 --branch=dev https://git.yulei.icu/yulei/openclash-rule.git /drone/src + - git config --global http.sslVerify false settings: ssh_key: from_secret: GITEE # 从 Drone 的密钥管理中获取 SSH 私钥