Update to books-wrap-up to actually publish
I suspect there's a timezone-related bug causing this to not get published - pushing this cosmetic change to retrigger.
This commit is contained in:
parent
c1a582be01
commit
5ec84427b7
@ -75,14 +75,14 @@ steps:
|
|||||||
ARGO_TOKEN:
|
ARGO_TOKEN:
|
||||||
from_secret: argo_token
|
from_secret: argo_token
|
||||||
commands:
|
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
|
- name: purge-cache
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
environment:
|
environment:
|
||||||
CLOUDFLARE_TOKEN:
|
CLOUDFLARE_TOKEN:
|
||||||
from_secret: cloudflare_token
|
from_secret: cloudflare_token
|
||||||
commands:
|
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
|
- name: telegram_notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
when:
|
when:
|
||||||
|
@ -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):
|
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).
|
* 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.
|
* Thinking Fast And Slow - also picked up in the Chicago second-hand bookstore.
|
||||||
* The Design Of Everyday Things
|
* The Design Of Everyday Things.
|
||||||
* "Programming Rust" by Blandy, Orendorr, and Tindall
|
* "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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user