diff --git a/.woodpecker.yml b/.woodpecker.yml index 432b346..2fbe21b 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 'Authorisation: Bearer $API_KEY' -T public.tar.gz https://rustybever.be/api/deploy"