From 43d28c578b4cf5040c3af71dce5f6a2aa103614b Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 21 Dec 2021 21:38:46 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 890d0e2..88b377c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,5 +26,4 @@ steps: URL: from_secret: shoutrrr_url run: - - "/shoutrrr send --help" - - /shoutrrr send "$${URL}" "The pipline just finished :)" \ No newline at end of file + - /shoutrrr send -u "$${URL}" -m "The pipline just finished :)" -t "Test" \ No newline at end of file