Notify Discord when tests pass and fail
parent
66994e9937
commit
a9d2318885
|
@ -17,6 +17,10 @@ steps:
|
|||
- ./discord-buttsbot-go -test
|
||||
- name: discord
|
||||
image: appleboy/drone-discord
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
settings:
|
||||
webhook_id:
|
||||
from_secret: discord_webhook_id
|
||||
|
|
Loading…
Reference in New Issue