Skip to content
Discussion options

You must be logged in to vote

Hi @Umohmarvelous. You don't need to create a new project every time. Vercel is built for continuous deployment from existing projects.
If your Vercel project is already linked to a Git repository, every time you push new commits to the connected branch, Vercel automatically detects those changes and triggers a new deployment for your existing project. If it's not deploying the latest changes, check if your Vercel project is configured to deploy from a different branch than the one you're pushing to, or there might be an issue with the Git connection itself, perhaps due to broken permissions. Sometimes, deployments fail because of build errors, like missing dependencies, syntax issues, or…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@imDarshanGK
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Umohmarvelous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage
3 participants