Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
d7c3e6e5ad
commit
b9bcd4eef3
1 changed files with 8 additions and 0 deletions
|
@ -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 :)"
|
Loading…
Reference in a new issue