From 5b71f9ecca21b8e738b1883c286b4b9b039df67e Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 2 Apr 2022 14:31:28 +0200 Subject: [PATCH] String shenanigans --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f2cf043..74ef768 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' -T public.tar.gz https://rustybever.be/api/deploy" + - 'curl -XPOST --fail -s -H "Authorization: Bearer $API_KEY" -T public.tar.gz https://rustybever.be/api/deploy'