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
|
||||
entrypoint:
|
||||
- "/shoutrrr"
|
||||
commands:
|
||||
- send --url "$${PASSWORD}" --message "The pipline just finished :)"
|
||||
- "send"
|
||||
- "--url"
|
||||
- $${PASSWORD}
|
||||
- --message
|
||||
- "The pipline just finished :)"
|
Loading…
Reference in a new issue