diff options
author | Bradley Taunt <bt@btxx.org> | 2024-09-20 10:36:21 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-09-20 10:36:21 -0400 |
commit | dbe7aff963cbe2ce4b9c3371fe6c11175109412e (patch) | |
tree | e69874669d70a0ab6002ed183a1d84109f1d3557 | |
parent | 9f168b0283f38e8cf1d32989df36d58324d7b3b1 (diff) |
Set correct date for new article
-rw-r--r-- | posts/git-auto-deploy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/git-auto-deploy.md b/posts/git-auto-deploy.md index 093788f..db76c72 100644 --- a/posts/git-auto-deploy.md +++ b/posts/git-auto-deploy.md @@ -1,6 +1,6 @@ # Build and Deploy Websites Automatically with Git -2024-09-19 +2024-09-20 I recently began the process of setting up my self-hosted[^1] `cgit` server as my main code forge. Updating repos via [cgit on NearlyFreeSpeech](/wiki/cgit/) on its own has been simple enough, but it lacked the "wow-factor" of having some sort of automated build process. I looked into a bunch of different tools that I could add to my workflow and automate deploying changes. The problem was they all seemed to be fairly bloated or overly complex for my needs. |