This commit is contained in:
parent
a9629d9284
commit
14add999ab
1 changed files with 5 additions and 2 deletions
|
@ -27,5 +27,8 @@ steps:
|
||||||
from_secret: shoutrrr_url
|
from_secret: shoutrrr_url
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- "/shoutrrr"
|
- "/shoutrrr"
|
||||||
commands:
|
- "send"
|
||||||
- send --url "$${PASSWORD}" --message "The pipline just finished :)"
|
- "--url"
|
||||||
|
- $${PASSWORD}
|
||||||
|
- --message
|
||||||
|
- "The pipline just finished :)"
|
Loading…
Reference in a new issue