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