From 9eaf58aca569a54b996b5a674efceb61fa10fa6d Mon Sep 17 00:00:00 2001 From: vigdorov Date: Sun, 8 Feb 2026 21:19:23 +0300 Subject: [PATCH] rm --- .drone.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3581ec8..50dbce9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,21 +35,6 @@ steps: - apk add --no-cache bash yq kubectl helm - bash .ci/scripts/deploy.sh - - name: notify - image: appleboy/drone-telegram - depends_on: [deploy] - 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]