Hi. Today I would like to go over how I changed things up a bit and am now able to push my site updates to GitHub, which then pushes the updates to the live production server. This should allow me to add checks within GitHub to ensure my site it updated only if everything is correct. Though I won’t go into that here today. I will be focusing on the GitHub Action.
[Read More]Auto Update Site from a Git Push
Pushing directly from Dev Server to Remote Production Server
Hi,
For a little while now I have been thinking about moving my personal blog to a self-hosted service. One of the options I have been considering is Linode.
As part of this idea. I wanted to see how I might be able to automate some of the processes. This is just a write up on one of my ideas so far.
[Read More]Publish your next Hugo blog post automatically using Github Actions
The Challenge
I wanted to be able to publish a new post that has already been written at a future date, without needing to manually publish the article.
[Read More]CI on Github for Python
So I finally thought it was time to start doing some continuous integration testing as well as testing with multiple versions of Python.
[Read More]