24
Jul
For the spanish version, check my personal blog We all love Docker, and if you don't, you should. Docker is a great tool that allows us to create containers with our applications and run them in any environment. But what if we want to deploy our containers in a VPS? In this post, I will show you how to deploy your Docker containers in a VPS using GitHub Actions. What are we going to do? We are going to build a simple workflow that will allow us to deploy our custom images to GitHub Container Registry, pull them from our…