Automatic build from a git push not running?

I’m quite new to Vercel, so please excuse what may be a daft question.

Yesterday every push to my master branch prompted a build, but today it doesn’t.

I haven’t changed my git config anywhere, the project and repository are still linked.

What else may effect this behaviour?

Maybe something vercel.json or turbo.json?

Thanks in anticipation
Lee

Do you see any errors if you run vercel build to build you project locally? Some problems can prevent a build from starting, but you might see the details more easily using the CLI on your local repo.

Thanks for asking. Everything is fine locally.

Just now was looking at the list of deployments, and noticed a blue box about the table – something about upgrading, and it had an X to dismiss, so I dismissed, and only then did I notice an overflow menu (‘…’).

Clicking that, I saw an option to manually deploy, so I tried that.

Only then did I see there was an error in my vercel.json as in the screen shot:

vercel-err

I hadn’t seen that before, did I miss it somewhere? I am legally blind, so it could be me.

It would be very useful for that to be prominently displayed somewhere.

Anyway, builds are again building, happiness returns!

Cheers
Lee

1 Like

I’m glad it’s working now!

We’re always working on ways to make deploying and debugging easier. Thank you for sharing your experience to help us keep improving.

1 Like

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