From b1ec693172ec1d2727d8440ffc401052c8129078 Mon Sep 17 00:00:00 2001 From: yulei Date: Thu, 3 Apr 2025 19:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5app=E9=80=9A=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8b487ee..ea73714 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,20 @@ steps: tpl : https://git.yulei.icu/yulei/openclash-rule/raw/branch/dev/markdown.tpl sha_link: https://git.yulei.icu/yulei/openclash-rule +- name: send + image: plugins/webhook + settings: + urls: http://192.168.31.20:8066/prod-webhook?secret=s645yergnjy453 + template: + { + "accept_title": "open-clash规则更新完成", + "accept_desp": "open-clash规则更新完成", + "accept_tags": "open-clash" + } + + + + # - name: git-push # image: appleboy/drone-git-push # settings: