Add notify
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-11 11:22:01 +01:00
parent 16c63aa9aa
commit e4cb2cdaca

View File

@ -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]