drone-serverchan

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2019 License: MIT Imports: 6 Imported by: 0

README

Drone ServerChan(Server酱)

Build Status Go Report Docker Pulls

drone ServerChan(Server酱) 微信消息通知插件

简介

基于 ServerChan(Server酱) 封装的微信消息通知插件

栗子

明文 key 配置

---
kind: pipeline
name: default

steps:
  - name: send-wechat
    image: yakumioto/serverchan
    settings:
      key: {your key}
      text: {消息标题}
      desp: {消息内容 支持MarkDown}

密文 key 配置

---
kind: pipeline
name: default

steps:
  - name: send-wechat
    image: yakumioto/serverchan
    settings:
      key:
        from_secret: {your key}
      text: {消息标题}
      desp: {消息内容 支持MarkDown}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL