diff --git a/.drone.yml b/.drone.yml index 336279f..1c25be7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,5 +22,8 @@ steps: - name: send a nice message image: containrrr/shoutrrr + environment: + URL: + from_secret: shoutrrr_url entrypoint: [/shoutrrr] - command: ["send"] \ No newline at end of file + command: ["send", "-u", "$${URL}", "-m", "The pipline just finished :)"] \ No newline at end of file