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/* ]
|
branch: [ refs/tags/* ]
|
||||||
local: false
|
local: false
|
||||||
|
|
||||||
facebook:
|
discord:
|
||||||
image: appleboy/drone-facebook
|
image: appleboy/drone-discord
|
||||||
secrets: [ fb_page_token, fb_verify_token ]
|
|
||||||
pull: true
|
pull: true
|
||||||
to: 1234973386524610
|
secrets: [ discord_webhook_id, discord_webhook_token ]
|
||||||
when:
|
when:
|
||||||
status: [ changed, failure ]
|
status: [ success, failure ]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in New Issue