medOS ultra

News

Vercel deployment pipeline optimized: build-on-release-branch only, ~$117/month saved

2026-06-03DevOpsCI/CD

Gating Vercel builds to the release branch eliminated ~100 redundant builds per week — the ~44 daily main commits no longer each rebuild the whole app.

The demo frontend now builds only from the release branch. Previously each of the ~44 daily commits to main triggered a full rebuild, ~100 of which per week were redundant.

An Ignored Build Step gates the Vercel project to the release branch, while the backend continues to auto-deploy on main pushes. Shipping the frontend is now an explicit push of main to release.

The change cut roughly 100 builds a week and about $117 a month, a quarter of which had been spent on failed or canceled builds.

Ask Anything