diff --git a/.woodpecker.yml b/.woodpecker.yml index dc16cb0..432b346 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,4 +13,4 @@ pipeline: secrets: - 'api_key' commands: - - curl -XPOST --fail -s -H 'Authorization: Bearer $API_KEY' https://rustybever.be/api/deploy + - "curl -XPOST --fail -s -H 'Authorization: Bearer $API_KEY' https://rustybever.be/api/deploy"