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 私钥