GitHub Pushes Not Triggering Automatic Deployments

I am experiencing an issue with my Vercel project, where pushes to my connected GitHub repository are not automatically triggering new deployments.

My GitHub repository for this project is:

Here’s a summary of the situation:

  1. Problem: Automatic deployments from GitHub pushes are not working. I currently have to rely on a manual Vercel Deploy Hook URL to trigger deployments, but I need the automatic GitHub integration to function.
  2. Vercel Git Connection:
  • I have verified in my Vercel project settings (Settings → Git) that the safelist-ai-pro project is connected to the correct GitHub repository
  • The Production Branch in Vercel is set to master, which is the branch I am pushing to.
  • I have tried disconnecting and then reconnecting the Git repository in the Vercel project settings multiple times.
  1. GitHub Webhooks:
  • Despite reconnecting the repository in Vercel for safelist-ai-pro, when I check its GitHub repository settings (Settings → Webhooks), there is still no webhook listed from Vercel. This seems to be the primary issue, as Vercel would not be notified of new pushes.

Could you please help me investigate why Vercel is not creating the necessary webhook in my ` GitHub repository, which is preventing automatic deployments?

Having the same problem with my other repository also.

Please let me know if you require any further information from my side.

Thank you for your time and assistance.

Sincerely,

James

Disconnecting and reconnect was a good thing to try. I have a few more ideas:

  • Make sure the Vercel app has permission to access your project (GitHub Settings → Applications → Installed GitHub Apps). The missing webhook is a red herring. Deployments are handled by the connected app.
  • Check the git settings for the project to make sure Ignored Build Step hasn’t been configured to prevent automatic deployments
  • Make sure git.deploymentEnabled has not been set to false in a vercel.json config file

I don’t want to leave you completely unable to deploy while we figure this out together. There is an option to manually deploy with Vercel CLI from your local repo.

Please give those ideas a try and let me know how it goes

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