Telegram notification on build complete

attemptAtTagsRenovation
Jack Jackson 1 year ago
parent 9483f05f49
commit df876fdb49
  1. 7
      .drone.yml

@ -66,6 +66,13 @@ steps:
commit_message: "[Auto] Update Prod to ${DRONE_COMMIT_SHA:0:10}"
access_token:
from_secret: gitea_pat
- name: telegram_notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to:
from_secret: telegram_convo_id
image_pull_secrets:
- dockerconfigjson
Loading…
Cancel
Save