aboutsummaryrefslogtreecommitdiff
path: root/blog/README.md
diff options
context:
space:
mode:
authoralexpdp7 <alex@pdp7.net>2025-05-15 10:25:35 +0200
committeralexpdp7 <alex@corcoles.net>2025-05-15 10:26:13 +0200
commit3b108595ab9b0ae055d261bc464d519a1e63df24 (patch)
tree159c2e55c448c0db184c1786b27efc09ea5b182f /blog/README.md
parent85e957adab1ac42f6bcbfc8aab151918802cef61 (diff)
Update deployment procedure explanation
Diffstat (limited to 'blog/README.md')
-rw-r--r--blog/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/blog/README.md b/blog/README.md
index aad1e186..2afc1d9f 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.