diff --git a/.drone.yml b/.drone.yml index 8dc9c53..02ec0d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,12 @@ steps: - name: test image: php:7 commands: - - vendor/bin/phpunit --configuration phpunit.xml \ No newline at end of file + - 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 \ No newline at end of file