diff options
Diffstat (limited to 'posts/buildablog-v2.md')
| -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` + |
