Skip to content

chore(landing): disable auto-deploy for main — one file, kills the Vercel noise - #179

Merged
unfoundbox merged 1 commit into
mainfrom
chore/vercel-ignore-main-deploys2
Sep 25, 2026
Merged

unfoundbox merged 1 commit into
mainfrom
chore/vercel-ignore-main-deploys2

Conversation

@unfoundbox

@unfoundbox unfoundbox commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Setting git.deploymentEnabled.main: false in landing/vercel.json turns off the push-triggered auto-deploy that has been firing on every commit to main today — including CI-churn commits that never touch landing/. 12 deploys in the last hour alone; pure noise for Saurabh.

Production still gets deployments — just deliberately:

  • via the existing landing deploy hook (URL, branch main)
  • via vercel deploy --prod --force from the CLI when needed

No changes to rewrites/headers. Purely the deploy-noise stopcock.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

…ploys per hour

Today's pushes to main (CI-churn commits, snapshot syncs, empty commits to
re-trigger a gate) each spawned a ~12s Vite deploy on spacepilot.dev that
was pure notification noise for Saurabh; 12 in the last hour alone.

Setting 'main': false in git.deploymentEnabled takes the git-push trigger
off. The project still has:
  - the 'landing' deploy hook (manual/URL-triggered, for scripted deploys)
  - vercel deploy --prod --force from the CLI for manual pushes
Reminder: production content still lags landing/ whenever the hook is the
main entry, so a real live-deploy is now a deliberate act, not a side
effect of a CI commit.
@vercel

vercel Bot commented Sep 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
spacepilot Error Error Sep 25, 2026 5:52am UTC
1 Skipped Deployment
Project Deployment Actions Updated
spacepilot.dev Ignored Ignored Sep 25, 2026 5:52am UTC

@unfoundbox
unfoundbox merged commit c9527b4 into main Sep 25, 2026
3 of 6 checks passed

This branch had an error being deployed

1 failed deployment
Preview – spacepilot — 2b6d51ec Deployed Sep 25, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant