mirror of
https://github.com/lizheming/drone-wechat.git
synced 2026-06-04 18:33:46 +08:00
update plugin info
This commit is contained in:
@@ -5,6 +5,7 @@ author: lizheming
|
||||
tags: [ notifications, chat ]
|
||||
repo: lizheming/drone-wechat
|
||||
logo: wechat.svg
|
||||
image: lizheming/drone-wechat
|
||||
---
|
||||
|
||||
The Wechat plugin posts build status messages to your account. The below pipeline configuration demonstrates simple usage:
|
||||
@@ -33,6 +34,11 @@ title
|
||||
message
|
||||
: Notification body message, support markdown
|
||||
|
||||
# Secret Reference
|
||||
|
||||
server\_chan\_key
|
||||
: SCKEY get from [ServerChan](http://sc.ftqq.com)
|
||||
|
||||
# Template Reference
|
||||
|
||||
repo.owner
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM mhart/alpine-node:8.9.3
|
||||
|
||||
LABEL maintainer="lizheming <i@imnerd.org>" \
|
||||
org.label-schema.name="Drone Telegram Node" \
|
||||
org.label-schema.name="Drone Wechat Notification" \
|
||||
org.label-schema.vendor="lizheming" \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user