diff --git a/.drone.yml b/.drone.yml index 22967ee..df66686 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,22 +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, main] event: [push, custom]