diff --git a/.drone.yml b/.drone.yml index daad453..c93f7e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,14 +75,14 @@ steps: ARGO_TOKEN: from_secret: argo_token commands: - - "curl -s -X POST \"argo-cd-argocd-server.argo.svc.cluster.local/api/v1/applications/blog-infrastructure/sync\" -H \"Authorization: Bearer ${ARGO_TOKEN}\" -H \"Content-Type: application/json\"" + - "curl -sS -X POST \"argo-cd-argocd-server.argo.svc.cluster.local/api/v1/applications/blog-infrastructure/sync\" -H \"Authorization: Bearer ${ARGO_TOKEN}\" -H \"Content-Type: application/json\"" - name: purge-cache image: curlimages/curl environment: CLOUDFLARE_TOKEN: from_secret: cloudflare_token commands: - - "curl -s -X POST \"https://api.cloudflare.com/client/v4/zones/c86d55d225ed973d5da45239beac2f99/purge_cache\" -H \"Authorization: Bearer ${CLOUDFLARE_TOKEN}\" -H \"Content-Type:application/json\" -d '{\"files\":[\"https://blog.scubbo.com\"]}'" + - "curl -sS -X POST \"https://api.cloudflare.com/client/v4/zones/c86d55d225ed973d5da45239beac2f99/purge_cache\" -H \"Authorization: Bearer ${CLOUDFLARE_TOKEN}\" -H \"Content-Type:application/json\" -d '{\"files\":[\"https://blog.scubbo.com\"]}'" - name: telegram_notification image: appleboy/drone-telegram when: diff --git a/blog/content/posts/2023-wrap-up-books.md b/blog/content/posts/2023-wrap-up-books.md index fde1bd1..6920f7e 100644 --- a/blog/content/posts/2023-wrap-up-books.md +++ b/blog/content/posts/2023-wrap-up-books.md @@ -156,8 +156,8 @@ I'd pre-acknowledged that this was not going to be a good year on either of my p I'd definitely like to read more non-fiction, and more books by non-white/non-men authors next year. Some that are planned off the top of my head (not necessarily prioritizing those criteria): * OverLondon (based on [the author's delightful Mastodon presence](https://fosstodon.org/@georgepenney@sunny.garden), and a review I saw somewhere calling it Pratchett-esque). * Thinking Fast And Slow - also picked up in the Chicago second-hand bookstore. -* The Design Of Everyday Things -* "Programming Rust" by Blandy, Orendorr, and Tindall +* The Design Of Everyday Things. +* "Programming Rust" by Blandy, Orendorr, and Tindall. In the [previous year]({{< ref "/posts/2022-wrap-up" >}}), I included a round-up of the Articles I read that year, but this post is already getting overlong - I'll follow up with that in a separate post instead.