This commit is contained in:
parent
1ee71fcc4e
commit
7a4220931c
@ -26,3 +26,15 @@ pipeline:
|
|||||||
- "${CI_COMMIT_TAG}"
|
- "${CI_COMMIT_TAG}"
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user