From 258abf981c96c021ea7172637a5f76ea021d2ad9 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Sun, 11 Apr 2021 12:59:00 +0200 Subject: [PATCH] webhook --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index e00a76e..8cb7ba0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,3 +54,13 @@ steps: depends_on: [ clone ] +- name: webhook + image: plugins/webhook + settings: + urls: https://huginn.cynarski.pl/users/1/web_requests/18/Qimktqp5KsPz8S9EgNrUuSuXU93GRHYL + content_type: application/json + template: | + { + "title": "{{ build.status }} - {{ repo.name }}", + "details": "{{ repo.name }}", + } \ No newline at end of file