Deployment Issues

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:

  1. In Vercel, open the project and check Settings → Git.

  2. Confirm the project is connected to the correct GitHub repo.

  3. Confirm the production branch is the branch you are pushing to.

  4. In GitHub, check whether the Vercel app/webhook is still installed for that repo.

  5. Try manually triggering a redeploy from the Vercel dashboard to confirm the project can still deploy.

  6. 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.