remove notify step
Some checks failed
continuous-integration/drone/push Build is passing
Deploy to pages / build (push) Has been cancelled

This commit is contained in:
2026-02-08 12:34:03 +03:00
parent 642ef2133a
commit a835e9ca58

View File

@ -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]