From ecbce006583e7be5842b938aac84a7c520bb77ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 9 Jan 2022 18:23:59 +0100 Subject: [PATCH] discord --- .drone.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 11d8366..0ab0df9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,13 @@ steps: - name: frontend image: node commands: - - cd frontend && npm install \ No newline at end of file + - cd frontend && npm install + +- name: discord notification + image: appleboy/drone-discord + settings: + webhook_id: + from_secret: discord_webhook_id + webhook_token: + from_secret: discord_webhook_token + username: Drone \ No newline at end of file