From 45335f24b24de45786efdab70ff011162503581a Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 2 Apr 2022 14:29:44 +0200 Subject: [PATCH] Forgot to make post draft --- .woodpecker.yml | 2 +- content/posts/switch-to-axum.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 ---