From f364643c1924c082a1ed5ac2aa2f3a2b75e82c5a Mon Sep 17 00:00:00 2001 From: nightly Date: Wed, 21 Sep 2022 21:44:18 +0200 Subject: [PATCH] Add Discord webhook to drone.yml --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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