Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dorian Zedler 2021-12-21 21:28:22 +00:00
parent a9629d9284
commit 14add999ab

View file

@ -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 :)"