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:33:22 +00:00
parent f7a7f0ffd9
commit 508f7ea266

View file

@ -25,10 +25,5 @@ steps:
environment: environment:
URL: URL:
from_secret: shoutrrr_url from_secret: shoutrrr_url
entrypoint: run:
- "/shoutrrr" - /shoutrrr send --url "$${URL}" --message "The pipline just finished :)"
- "send"
- "--url"
- "$${URL}"
- --message
- "The pipline just finished :)"