...

/

Git for Version Control and Deployment

Git for Version Control and Deployment

Deploying your application to Vercel is as easy as pushing your changes to your hosted Git repository.

I am going to walk you through deploying your application to Vercel. I will be using a Next.js application I just finished building as an example.

This is the site as a local Next.js application.

envolvd.com
envolvd.com

Compatible hosted git repositories

Vercel has the ability to work with the Git repository hosting of your choice. For this lesson, I will walk you through using it with Github. The process is the same for all of the providers.

Here are the ones you can choose from:

1. Github

github.com
github.com

2. Gitlab

gitlab.com
gitlab.com

3.

...