refactor(notify): change fb to discord.
This commit is contained in:
parent
41ace25862
commit
e8f0048a45
|
@ -133,10 +133,9 @@ pipeline:
|
|||
event: [ tag ]
|
||||
local: false
|
||||
|
||||
facebook:
|
||||
image: appleboy/drone-facebook
|
||||
secrets: [ fb_page_token, fb_verify_token ]
|
||||
discord:
|
||||
image: appleboy/drone-discord
|
||||
pull: true
|
||||
to: 1234973386524610
|
||||
secrets: [ discord_webhook_id, discord_webhook_token ]
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
|
Loading…
Reference in New Issue