Ive pushed 3 commits onto my github repo (GitHub - PingalPie/website: source code of website hosted at https://pingalpie.vercel.app · GitHub) but none of them have been deployed
Current behaviour: No deployments
Expected behaviour: deployments
Ive pushed 3 commits onto my github repo (GitHub - PingalPie/website: source code of website hosted at https://pingalpie.vercel.app · GitHub) but none of them have been deployed
Current behaviour: No deployments
Expected behaviour: deployments
Hi Pingalpie,
If GitHub commits are not creating new Vercel deployments at all, I would first check the Git integration rather than the build itself.
A few things to verify:
In Vercel, open the project and check Settings → Git.
Confirm the project is connected to the correct GitHub repo.
Confirm the production branch is the branch you are pushing to.
In GitHub, check whether the Vercel app/webhook is still installed for that repo.
Try manually triggering a redeploy from the Vercel dashboard to confirm the project can still deploy.
Check whether the commits were pushed to a branch that Vercel is ignoring.
If no deployment appears at all after pushing, that usually means Vercel is not receiving or acting on the Git event. If a deployment appears and then fails, that is a separate build/log issue.
Sorry for the late reply to the 15 viewers, and @Ryu .
It was an issue with my ssh keys, fixed and the problem was gone
Thanks @Ryu, for replying. Though i had tried all of them.