From 38529a88052858c45c3390551e23d278a39eada9 Mon Sep 17 00:00:00 2001 From: "Andrew K. Choi" Date: Sat, 22 Nov 2025 19:03:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20url?= =?UTF-8?q?s=20=D0=B2=20Drone=20webhook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - urls должен быть строкой, а не списком - Убраны квадратные скобки из urls для всех webhook'ов - Исправлена ошибка unmarshal map into string на строке 126 --- .drone.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 71ab3a8..15a797a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -135,8 +135,7 @@ steps: - name: notify-success image: plugins/webhook settings: - urls: - - https://discord.com/api/webhooks/YOUR_WEBHOOK_URL # Замените на ваш webhook + urls: https://discord.com/api/webhooks/YOUR_WEBHOOK_URL content_type: application/json template: | { @@ -153,8 +152,7 @@ steps: - name: notify-failure image: plugins/webhook settings: - urls: - - https://discord.com/api/webhooks/YOUR_WEBHOOK_URL # Замените на ваш webhook + urls: https://discord.com/api/webhooks/YOUR_WEBHOOK_URL content_type: application/json template: | { @@ -233,8 +231,7 @@ steps: - name: notify-deploy image: plugins/webhook settings: - urls: - - https://discord.com/api/webhooks/YOUR_WEBHOOK_URL # Замените на ваш webhook + urls: https://discord.com/api/webhooks/YOUR_WEBHOOK_URL content_type: application/json template: | {