"Deploy Hook Only" in "Ignored Build Step"

Query

In “Ignored Build Step” section in git settings of vercel.
Can i configure “Deploy Hook Only”.
how can i do that.

Reason:

It will reduce auto build.
I can trigger build only required.

i am using free version, I have limitation of build.
But i always commit and push for safety.
It always building for each commit so i kept “Don’t Build anything” .
But i want to make an exception only for “Deploy Hook”.

HELP

already went through doc How do I use the "Ignored Build Step" field on Vercel?
But it didn’t helping me.

If any one know, please let me know.
Thanks

I tried some shell script But i couldn’t identify build which is from “Deploy Hook”

Hey @trinity0091. You can prevent deployment from git commits by setting git.deploymentEnabled to false in vercel.json or with a custom Ignored Build Step script. I prefer to use the vercel.json option as I find it easier to manage :smile:

1 Like

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