diff --git a/.woodpecker.yml b/.woodpecker.yml index 2fbe21b..f2cf043 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,4 +13,4 @@ pipeline: secrets: - 'api_key' commands: - - "curl -XPOST --fail -s -H 'Authorisation: 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" diff --git a/content/posts/switch-to-axum.md b/content/posts/switch-to-axum.md index 7fe97f2..eebc60e 100644 --- a/content/posts/switch-to-axum.md +++ b/content/posts/switch-to-axum.md @@ -1,4 +1,5 @@ --- title: "Switching to Axum" date: 2022-04-02 +draft: true ---