remove notify step
This commit is contained in:
17
.drone.yml
17
.drone.yml
@ -38,23 +38,6 @@ steps:
|
|||||||
- apk add --no-cache bash yq kubectl helm
|
- apk add --no-cache bash yq kubectl helm
|
||||||
- bash .ci/scripts/deploy.sh
|
- 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:
|
trigger:
|
||||||
branch: [master, develop]
|
branch: [master, develop]
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|||||||
Reference in New Issue
Block a user