--prebuilt suddenly respecting Ignore Build Step

We have for years used vercel build --prod and vercel deploy --prebuilt --prod to push to vercel.
We have ALWAYS had ignore build step (only build preview environments) enabled

This only started happening afterr an instant rollback (we have reenabled auto domain assignment for prod)

Current Behaviour: Deployment is cancelled due to build ignore step.
Expected Behaviour: Deployment skips the build step as it is prebuilt

Set build ignore step to preview only in vercel
Run:
vercel build --prod
vercel --prebuilt --prod

Hey, can you try deploying now and let us know if you are still experiencing this? We just disabled a feature.

2 Likes

I can confirm that the (same) issue has been fixed for us.

3 Likes

Great to hear, @chabou! Let us know if we can help with anything else.

Maybe avoid deploying features that make someone on my team lose an entire afternoon trying to figure out what we’re doing wrong? haha :sweat_smile:

Sorry again about that! Appreciate your patience with this :folded_hands:

1 Like

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