Tutorial: Deployment of Golang web app using Systemd
Today, I am going to show you a simple way of deploying a Golang web application. We are going to use Systemd and a Makefile to deploy the code when we merge to main branch. In a future blog post we will revisit and show you how you can deploywhen yo...
Jun 16, 20245 min read696
