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

This commit is contained in:
Dorian Zedler 2021-12-21 22:18:00 +00:00
parent c4bbd20cc4
commit 4e896aafbf

View file

@ -22,5 +22,8 @@ steps:
- name: send a nice message - name: send a nice message
image: containrrr/shoutrrr image: containrrr/shoutrrr
environment:
URL:
from_secret: shoutrrr_url
entrypoint: [/shoutrrr] entrypoint: [/shoutrrr]
command: ["send"] command: ["send", "-u", "$${URL}", "-m", "The pipline just finished :)"]