commit dbe7aff963cbe2ce4b9c3371fe6c11175109412e from: Bradley Taunt date: Fri Sep 20 14:36:21 2024 UTC Set correct date for new article commit - 9f168b0283f38e8cf1d32989df36d58324d7b3b1 commit + dbe7aff963cbe2ce4b9c3371fe6c11175109412e blob - 093788f267c967bf2b1e639c32f782b42caa8e3a blob + db76c7290057afc8422f57e319b1814cdf5e6136 --- posts/git-auto-deploy.md +++ 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.