From dbe7aff963cbe2ce4b9c3371fe6c11175109412e Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 20 Sep 2024 10:36:21 -0400 Subject: Set correct date for new article --- posts/git-auto-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf