fix typo discored (#25)

drone-discored -> drone-discord
This commit is contained in:
Antoine GIRARD
2020-01-18 17:27:43 +01:00
committed by Bo-Yi Wu
parent 11c87968e4
commit e2b1b67069
+6 -6
View File
@@ -15,7 +15,7 @@ The discord plugin posts build status messages to discord channel. The below pip
```yaml
- name: discord notification
image: appleboy/drone-discored
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
@@ -25,7 +25,7 @@ Example configuration with TTS (text-to-speech) message:
```diff
- name: discord notification
image: appleboy/drone-discored
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
@@ -37,7 +37,7 @@ Example configuration with override the default username of the webhook:
```diff
- name: discord notification
image: appleboy/drone-discored
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
@@ -49,7 +49,7 @@ Example configuration with override the default avatar of the webhook:
```diff
- name: discord notification
image: appleboy/drone-discored
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
@@ -61,7 +61,7 @@ Example configuration with a custom message template:
```diff
- name: discord notification
image: appleboy/drone-discored
image: appleboy/drone-discord
settings:
webhook_id: xxxxxxxxxx
webhook_token: xxxxxxxxxx
@@ -77,7 +77,7 @@ Example configuration using credentials from secrets:
```diff
- name: discord notification
image: appleboy/drone-discored
image: appleboy/drone-discord
settings:
- webhook_id: xxxxxxxxxx
- webhook_token: xxxxxxxxxx