diff --git a/.drone.yml b/.drone.yml index 9a9d694..e8f5f69 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,12 +61,41 @@ steps: content_type: application/json template: | { - "title": "{{ build.status }} - {{ repo.name }}", + "title": "{{ build.status }} - {{ repo.name }} (7.4)", + "details": "{{ repo.name }}" + } + debug: true + depends_on: [ + php7.4, + ] + + +- 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 }} (7.3)", "details": "{{ repo.name }}" } debug: true depends_on: [ php7.3, - php7.4, - php7.2 + ] + +- 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 }} (7.2)", + "details": "{{ repo.name }}" + } + debug: true + depends_on: [ + php7.2, ] \ No newline at end of file