From 7a4220931c812f22a7c9b6a1a5195c02578a71a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 10 Jan 2022 13:45:26 +0100 Subject: [PATCH] Notify on push --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 24714e9..1bfb48f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,3 +26,15 @@ pipeline: - "${CI_COMMIT_TAG}" when: event: [tag] + + notify: + image: registry.t-juice.club/plugin-gotify + settings: + gotify_url: https://gotify.t-juice.club + gotify_token: + from_secret: gotify_token + title: plugin-gotify updated + message: latest update to ${CI_COMMIT_SHA:0:8} + when: + branch: master + event: [push]