From 3b108595ab9b0ae055d261bc464d519a1e63df24 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Thu, 15 May 2025 10:25:35 +0200 Subject: [PATCH] Update deployment procedure explanation --- blog/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blog/README.md b/blog/README.md index aad1e18..2afc1d9 100644 --- a/blog/README.md +++ b/blog/README.md @@ -4,5 +4,4 @@ The blog is available via [HTTP/HTML](https://alex.corcoles.net/) and [Gemini](g Gemini is a lightweight protocol similar to Gopher, or HTML with no Javascript nor CSS. I use [my own framework](https://github.com/alexpdp7/bicephalus) to have a single process serve HTTP and Gemini. -I use [a Rust script](https://github.com/alexpdp7/alexpdp7/blob/master/blog/build.rs) to build a container image of my blog, using my [paars](https://github.com/alexpdp7/paars) project to automate some "Platform as a Service"-like tasks. -The container image is deployed to Kubernetes. +I deploy the blog to Kubernetes as a single container that uses `uv run --with git+https://...` to install and run on the fly, without building container images. -- 2.47.3