Sign inSign up

lxh01/drone-wechat

By lxh01

•Updated over 4 years ago

Drone的基于iPad协议的个人微信推送插件

Image
0

1.3K

lxh01/drone-wechat repository overview

⁠注意事项

正常情况下来讲,你应该是用不了这个,有需求请邮件联系: [email protected]⁠

⁠Precautions

Under normal circumstances, you should not be able to use this. If you have any needs, please contact me by email. My email: [email protected]⁠

⁠Text Message
kind: pipeline
type: docker
name: drone-wechat-test

steps:
  - name: Notify
    image: lxh01/drone-wechat
    settings:
      from:
        from_secret: fromuser
      to:
        from_secret: touser
      content: "a test message"
⁠Card Message
kind: pipeline
type: docker
name: drone-wechat-test

steps:
  - name: Notify
    image: lxh01/drone-wechat
    settings:
      from:
        from_secret: fromuser
      to:
        from_secret: touser
      type: card
      card_title: "Google"
      card_desc: "Google Search"
      card_title: "https://google.com"

Tag summary

Content type

Image

Digest

Size

10.1 MB

Last updated

over 4 years ago

docker pull lxh01/drone-wechat