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: