change fb to discord.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
22bf85acab
commit
50237f4fd1
|
@ -131,13 +131,12 @@ pipeline:
|
|||
branch: [ refs/tags/* ]
|
||||
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 ]
|
||||
status: [ success, failure ]
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
Loading…
Reference in New Issue