From a835e9ca582e7247dcaa2e3261f887230cfad0f2 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Sun, 8 Feb 2026 12:34:03 +0300 Subject: [PATCH] remove notify step --- .drone.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index c6d0cf4..305d0da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,23 +38,6 @@ steps: - apk add --no-cache bash yq kubectl helm - bash .ci/scripts/deploy.sh - - name: notify - image: appleboy/drone-telegram - depends_on: [deploy] - failure: ignore - settings: - token: - from_secret: TELEGRAM_TOKEN - to: - from_secret: TELEGRAM_CHAT_ID - format: markdown - message: > - {{#success build.status}}✅{{else}}❌{{/success}} **{{repo.name}}** - Branch: `{{commit.branch}}` - {{commit.message}} - when: - status: [success, failure] - trigger: branch: [master, develop] event: [push]