From e4cb2cdaca403e5070a99332b7fb235632f73772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 11 Jan 2022 11:22:01 +0100 Subject: [PATCH] Add notify --- .woodpecker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index bb0a77d..49c2ff0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,3 +12,16 @@ pipeline: when: branch: master event: push + + notify: + image: registry.t-juice.club/plugin-gotify + pull: true + settings: + gotify_url: https://gotify.t-juice.club + gotify_token: + from_secret: gotify_token + title: redeployed ansible-nrec + message: updated to ${CI_COMMIT_SHA:0:8} + when: + branch: master + event: [push]