Merge pull request 'build: 🏗️ 构建完成后添加钉钉通知' (#90) from ci into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #90
This commit is contained in:
commit
65a30bae9c
11
.drone.yml
11
.drone.yml
@ -26,6 +26,17 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
- name: notification
|
||||||
|
image: lddsb/drone-dingtalk-message
|
||||||
|
settings:
|
||||||
|
token: 37a6483274f6de648a26d6710e4d8160eb7d471752abb2d70f8b7958af58fe11
|
||||||
|
type: markdown
|
||||||
|
secret: SEC83b10f5fefd6127e4073360d4447bb7276a90386aeee1275b2797dd377a903e7
|
||||||
|
tpl: http://res.picaiba.com/msg/msg.md
|
||||||
|
tips_title: 你有新消息
|
||||||
|
success_color: 008800
|
||||||
|
failure_color: FF0000
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user