diff --git a/.drone.yml b/.drone.yml index 1c25be7..0acd00d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,4 +26,4 @@ steps: URL: from_secret: shoutrrr_url entrypoint: [/shoutrrr] - command: ["send", "-u", "$${URL}", "-m", "The pipline just finished :)"] \ No newline at end of file + command: ["send", "-u", "$URL", "-m", "The pipline just finished :)"] \ No newline at end of file