DEV Community

Georgios Komninos
Georgios Komninos

Posted on • Originally published at blog.gkomninos.com on

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...

Top comments (0)