From the course: Learning Next.js

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Challenge: Write and push changes then redeploy

Challenge: Write and push changes then redeploy

From the course: Learning Next.js

Challenge: Write and push changes then redeploy

Congratulations. So now we have successfully connected and deployed our project to the cloud. So now that our project is connected, we can sync the local project with the remote project which is on the cloud, meaning that whenever you write a change that you write and push a change to the remote repository, it's going to be automatically picked up by Vercel. So it's going to be automatically picked up and redeployed to the cloud. So here, by connecting your GitHub repository whenever you write and push changes to the main branch, Vercel will automatically redeploy your application without needing to go through the same process of manually deploying your project. It's going to be done automatically. So let's try that. We're going to look at our project. We can visit it here at this link. And let's say that we would like to make a small change like changing the title, changing the title of this button or changing the color. So whichever change you would like to apply we're going to…

Contents