From c4bbd20cc4baded29a7a6414a61886922176b07c Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 21 Dec 2021 22:16:29 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c7cb0e8..336279f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,5 +22,5 @@ steps: - name: send a nice message image: containrrr/shoutrrr - commands: - - "/shoutrrr send" \ No newline at end of file + entrypoint: [/shoutrrr] + command: ["send"] \ No newline at end of file