How to migrate Next.JS from Vercel to your own VPS on Digital Ocean
I’ve seen many people complaining in twitter about Vercel pricing and how cheap it is to run your own VPS instead of using Vercel. Migrating is quite easy, I’m not a devops engineer and it took me just a few hours to figure it out and automate my whole deployment process, I believe it’s worth investing the time as you will save thousands of dollars potentially. In this tutorial I’ll show you how to setup Github Actions to automatically deploy to your VPS on every new push to main. The Continue reading