Add Discord webhook to drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
65bc29a99a
commit
f364643c19
10
.drone.yml
10
.drone.yml
|
@ -10,4 +10,12 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: php:7
|
image: php:7
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml
|
- vendor/bin/phpunit --configuration phpunit.xml
|
||||||
|
|
||||||
|
- name: Discord notification
|
||||||
|
image: appleboy/drone-discord
|
||||||
|
settings:
|
||||||
|
webhook_id:
|
||||||
|
from_secret: webhook_id
|
||||||
|
webhook_token:
|
||||||
|
from_secret: webhook_token
|
Loading…
Reference in New Issue