This commit is contained in:
parent
c4bbd20cc4
commit
4e896aafbf
1 changed files with 4 additions and 1 deletions
|
@ -22,5 +22,8 @@ steps:
|
|||
|
||||
- name: send a nice message
|
||||
image: containrrr/shoutrrr
|
||||
environment:
|
||||
URL:
|
||||
from_secret: shoutrrr_url
|
||||
entrypoint: [/shoutrrr]
|
||||
command: ["send"]
|
||||
command: ["send", "-u", "$${URL}", "-m", "The pipline just finished :)"]
|
Loading…
Reference in a new issue