This commit is contained in:
parent
16c63aa9aa
commit
e4cb2cdaca
@ -12,3 +12,16 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user