This commit is contained in:
parent
c63a59e79c
commit
45335f24b2
2 changed files with 2 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- 'api_key'
|
- 'api_key'
|
||||||
commands:
|
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"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Switching to Axum"
|
title: "Switching to Axum"
|
||||||
date: 2022-04-02
|
date: 2022-04-02
|
||||||
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue