From 204dfa953a48eeb07d60153f3e8b2dd6dbf8b2f0 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Mon, 11 Jun 2018 17:10:36 +0100 Subject: [PATCH] Move to new notify step --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1226f0a..50048c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,9 +47,6 @@ pipeline: - '%fileauto: %prefix: plexpass% .plex_tag' notify: - image: appleboy/drone-telegram + image: spritsail/notify when: { status: [ success, failure ] } - secrets: [ telegram_token, telegram_to ] - message: | - *{{repo.owner}}/{{repo.name}} [{{commit.branch}}]*: Build #{{build.number}}: *{{uppercase build.status}}* - {{build.link}} + secrets: [ webhook_url, notify_token ]