
drone instant access(即时达) 微信消息通知插件
基于 即时达 封装的微信消息通知插件。请合理规范使用免费资源,不乱用,不作恶。
# 普通
---
kind: pipeline
name: default
steps:
- name: wechat-notify
image: erguotou/drone-instant-access
settings:
channel: "你订阅的即时达通道id"
# channel:
# from_secret: CHANNEL
head: "项目名称:构建结果"
body: "{DRONE_BUILD_STATUS} at {DRONE_REPO_BRANCH} branch"
---
kind: pipeline
name: default
steps:
- name: wechat-notify
image: erguotou/drone-instant-access
settings:
channel: "你订阅的即时达通道id"
# channel:
# from_secret: CHANNEL
head: "要发送的消息标题"
body: >
# 标题

消息已推送!
本次构建结果{DRONE_BUILD_STATUS}
docker run -e PLUGIN_CHANNEL=xxx -e PLUGIN_HEAD=测试标题 -e PLUGIN_BODY=测试内容 erguotou/drone-instant-access
从actions中下载二进制文件
PLUGIN_CHANNEL=xxx -e PLUGIN_HEAD=测试标题 -e PLUGIN_BODY=测试内容 /path/to/instant-access
Content type
Image
Digest
Size
6.2 MB
Last updated
over 6 years ago
docker pull erguotou/drone-instant-access