SummaryIn my project settings, in the Git section, I have updated my project to point to a different git repo. It appears that the changes have been saved and recognized by Vercel but upon deployment my project is still pointing to the old repo, as stated in the Deployment Status logs. (I've double checked the branch name and have no Deploy Hooks). When doing a "Redeploy" I'm certain NOT to check the Redeploy with Existing Build Cache checkbox. Something is sticking, and I'm not sure how to "unstick". Any ideas? Thanks in advance, Rich Additional informationNo response ExampleNo response |
Replies: 5 comments 6 replies
|
Hi Amy
No I’m using VS Code on Mac (MacOS BigSur) and Github.
Rich
… On Mar 29, 2023, at 10:06 AM, Amy ***@***.***> wrote:
Hi @richleach <https://github.com/richleach>. Are you using GitLab?
—
Reply to this email directly, view it on GitHub <https://github.com/orgs/vercel/discussions/1916#discussioncomment-5467857>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAI5LJ4PFYR3R2JS4QCKSODW6RMYJANCNFSM6AAAAAAWMB2H24>.
You are receiving this because you were mentioned.
|
|
Based on everything you have shared, it looks like your new repo is connected. You cannot redeploy things that came from a different repo at this point. You can only create a new deployment from the new repo. Once deployments exist from the new repo, you will be able to redeploy those. How to switch to a new GitHub repo to a Vercel Project
|
|
is it possible to change the repo through vercel rest-api? I need to change the current repository for already deployed project. any way please? |








Based on everything you have shared, it looks like your new repo is connected. You cannot redeploy things that came from a different repo at this point. You can only create a new deployment from the new repo. Once deployments exist from the new repo, you will be able to redeploy those.
How to switch to a new GitHub repo to a Vercel Project