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