Vercel not pulling latest repo from GitHub

I connected my new project to github, and it initially pulled in the information. But now it’s not syncing with git on new commits / pushes. It keeps redeploying an old commit. I’ve disconnected and reconnected multiple times, set up a new project, etc. But it’s always pulling the old (broken) commit.

I also don’t see a webhook for vercel on my github account, but i do see it as an authorized github app with access to all repos.

Expected behavriou is that it would pull the latest commit.

Hitting redeploy on vercel for my project

This is my repo: GitHub - NomadBuilder/mainsite

Hi @nomadbuilder, welcome to the Vercel Community!

I understand this isn’t ideal. Disconnecting and reconnecting your GitHub account from https://vercel.com/account/settings/authentication usually fixes this issue.

Let me know if it works for you.

Hi! Appreciate the quick response. I’ve tried that multiple times to no avail

I see the last commit on the repo was an hour ago. Can you try pushing a new commit to the production branch?

I just did, it’s still not pulling it in vercel, tried to redeploy again

On your repository the builds seem to be failing:

Have you tried using the vercel deploy from the command line?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.