How to deploy a Python app on a VPS - Part III

December 18, 2024

In my last post I went over setting up a self-hosted GitHub Actions runner and Docker. Now it's time to write some Dockerfiles and YAMLs. If you already know how to wirte Dockerfiles for your app, feel free to skip this section

How to deploy a Python app on a VPS - Part II

December 16, 2024

In the last post we created a sudo user and updated our packages. In this post we're gonna go over how to set up Docker and GitHub Actions

How to deploy a Python app on a VPS

December 16, 2024

There's a lot of debate these days about avoiding serverless platforms for deploying your applications. I personally like to have some control over my resources and applications, but whatever camp you belong in, I think learning how to manage a server and host your apps in it is a timeless skill, especially if you're a backend engineer.