From c274afb9d171f3e39985da4cb08f772b4663a059 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 2 Apr 2022 14:25:15 +0200 Subject: [PATCH] Another try --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"