Added information about discords webhook url (#27)

This commit is contained in:
fgierlinger
2020-05-08 13:06:43 +02:00
committed by GitHub
parent cb122520bd
commit 28dea47a9c
+2
View File
@@ -11,6 +11,8 @@ image: appleboy/drone-discord
Webhooks are a low-effort way to post messages to channels in Discord. They do not require a bot user or authentication to use.
The webhook provided by discord is a single URL which contains the webhook_id and the webhook_token. The URL follows the following pattern: https://discord.com/ap/webhooks/<webhook_id>/<webhook_token> .
The discord plugin posts build status messages to discord channel. The below pipeline configuration demonstrates simple usage:
```yaml