Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Dorian Zedler 2021-12-21 21:21:26 +00:00
parent d7c3e6e5ad
commit b9bcd4eef3

View file

@ -19,3 +19,11 @@ steps:
files: test/* files: test/*
when: when:
event: tag event: tag
- name: send a nice message
image: containrrr/shoutrrr
environment:
URL:
from_secret: shoutrrr_url
commands:
- shoutrrr send --url "$${PASSWORD}" --message "The pipline just finished :)"