This commit is contained in:
parent
bf6062ee0c
commit
f67036aa9d
@ -10,10 +10,11 @@ pipeline:
|
|||||||
notify:
|
notify:
|
||||||
# http://plugins.drone.io/appleboy/drone-discord/
|
# http://plugins.drone.io/appleboy/drone-discord/
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
webhook_id: 901853296384438312 #$discord_webhook_id
|
webhook_id: $discord_webhook_id
|
||||||
# from_secret: discord_webhook_id
|
# from_secret: discord_webhook_id
|
||||||
webhook_token: NFIwEVtLxgcaFIbeBHCRS7WuL2rPrQuzr6wsrraqLH_WUbfk-en6Xx_SkGsLm7JBt6O9 #$discord_webhook_token
|
webhook_token: $discord_webhook_token
|
||||||
# from_secret: discord_webhook_token
|
# from_secret: discord_webhook_token
|
||||||
|
secrets: [ discord_webhook_id, discord_webhook_token]
|
||||||
|
|
||||||
message: "test"
|
message: "test"
|
||||||
#message: >
|
#message: >
|
||||||
@ -21,5 +22,4 @@ pipeline:
|
|||||||
# build {{build.number}} succeeded. Good job.
|
# build {{build.number}} succeeded. Good job.
|
||||||
# {{else}}
|
# {{else}}
|
||||||
# build {{build.number}} failed. Fix me please.
|
# build {{build.number}} failed. Fix me please.
|
||||||
# {{/success}}
|
# {{/success}}
|
||||||
secrets: [ discord_webhook_id, discord_webhook_token]
|
|
Loading…
Reference in New Issue
Block a user