]> xn--ix-yja.es Git - alex.git/commitdiff
Update deployment procedure explanation
authoralexpdp7 <alex@pdp7.net>
Thu, 15 May 2025 08:25:35 +0000 (10:25 +0200)
committeralexpdp7 <alex@corcoles.net>
Thu, 15 May 2025 08:26:13 +0000 (10:26 +0200)
blog/README.md

index aad1e1866bbae69245c052ea719e74dc953a8d59..2afc1d9f461262e62e7eacfacb6cb91c73f61c21 100644 (file)
@@ -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.