diff options
| author | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-12 21:16:26 -0400 |
|---|---|---|
| committer | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-12 21:16:26 -0400 |
| commit | 4d196001ecd373243227eaa3c818e4383b2c32a4 (patch) | |
| tree | 6e9b7c4137dcaed4926f6b7fc413cfc56b1f1188 | |
| parent | 66a0543c89853e4b371d30d38e62c42b5d617a82 (diff) | |
Finish first section
| -rw-r--r-- | posts/buildablog-v2.md | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/posts/buildablog-v2.md b/posts/buildablog-v2.md index 63abb95..c19a78e 100644 --- a/posts/buildablog-v2.md +++ b/posts/buildablog-v2.md @@ -13,5 +13,29 @@ tags = ["go", "buildablog"] +++ -[A previous post](/posts/2026-03-06) +# I Finally Did It + +This post is how I solved a problem raised in [a previous +post](/posts/2026-03-06). There, I had left things halfway: I had only installed some +infrastructure, in the form of Cgit, that was partially +suggestive of a solution. + +Here, I document how I finally leveraged that piece as part of a +*full* solution to the problem. + +Previously, the steps for updating my blog's content had been: + +1. Commit all changes. +2. Push the changes to GitHub. +3. Log in via SSH into my VPS. +4. Perform a `cd` into the `brandons_blog` directory, and run `git + pull`. + +Now, they're simply: + +1. Commit all changes. +2. Push to `https://git.brandonirizarry.xyz/brandons_blog`. + +# `go-git` + |
