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: | {