: Backend

Blue-green deployments on a Hetzner VM: A quick guide on releasing your apps with optimized Docker builds, nginx proxy and fast pipelines with Github Actions

During the recent attempts to find a cheaper alternative to big cloud players such as AWS or Azure, I found several options to deploy somewhat simple apps to provisioned VMs and have some sort of Load Balancing, HTTPS and other essentials things. Of course, this varies by your use case, and here I will be focusing on the “backend” part of your application that in most cases could be a single service, or a docker container running it.