I'm having trouble deploying my project "portal-irmaovl6-web" (team: monteirodemolay's projects, Hobby plan). My branch is claude/portal-irmao-vl6-co6uvq, and the latest commit on it, f4bd6ed943922116d6b0e81237ee1b6c23f6c12d, will not go live no matter what I try.
First, I pushed that commit to GitHub and waited over 10 minutes for the Git integration's automatic deploy to trigger, but nothing happened — even though the same integration had reliably deployed dozens of earlier pushes to this exact branch earlier that same day, usually within seconds. Then I tried a manual Deploy Hook for that branch twice. Both times the hook responded with a valid accepted job, for example:
{"job":{"id":"RgIOAad6Jh4wALgtHb7y","state":"PENDING","createdAt":1787488487027}}
{"job":{"id":"3Ph3HzWCX1pRtbnnl7Jl","state":"PENDING","createdAt":1787489494046}}
Neither ever turned into an actual deployment. I checked the Deployments list filtered specifically to this branch, with All Environments and every status selected (Ready, Error, Building, Queued, Initializing, Canceled, Blocked), and there is nothing there for either job or for this commit — the most recent deployment on that branch is still from about a day earlier.
Before posting here I ruled out everything I could check myself:
Deploy Hook is configured with the correct branch name.
No Ignored Build Step configured in Project Settings → Git.
status.vercel.com shows all systems operational, including Build & Deploy and CI/CD.
No other project in the team has a deployment stuck in Building that could be hogging the single concurrent build slot on Hobby.
GitHub integration still shows as connected, with deployment_status and repository_dispatch events enabled.
Has anyone seen Deploy Hook jobs silently get accepted but never processed? Any idea what could cause this, or how to get it unstuck?