From f935655f9cefa3ad548093eb4b824d5f42f5b4d7 Mon Sep 17 00:00:00 2001 From: yulei Date: Thu, 20 Mar 2025 19:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=BD=E5=88=B0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a000b97..ca50f58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,17 @@ steps: type: markdown secret: G tpl : https://git.yulei.icu/yulei/openclash-rule/raw/branch/dev/markdown.tpl - sha_link: https://git.yulei.icu/yulei/openclash-rule \ No newline at end of file + sha_link: https://git.yulei.icu/yulei/openclash-rule + +- name: git-push + image: appleboy/drone-git-push + settings: + branch: dev + remote: git@gitee.com:Colombeblanche/openclash-rule.git + ssh_key: + from_secret: gitee-ssh-key + local_branch: dev + force: true + commit: true + author_name: yueli + author_email: yulei5024@gmail.com \ No newline at end of file