How to Auto Deploy a Next.js App on Ubuntu from GitHub
Introduction:
Automating the deployment process of your Next.js app can save you time and effort, especially when you frequently update your codebase. In this tutorial, we'll walk through the steps to set up an auto-deployment pipeline for your Next....
blog.bytescrum.com4 min read
Salman
Backend Engineer
Why just not use a personal-access-token instead of using an ssh key, it is much more secure and can be revoked from github.
docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
Read more there.