Skip to content

Disable Vercel git deployments + commit checks#32

Open
oliverhuangcode wants to merge 1 commit into
mainfrom
chore/disable-vercel-checks
Open

Disable Vercel git deployments + commit checks#32
oliverhuangcode wants to merge 1 commit into
mainfrom
chore/disable-vercel-checks

Conversation

@oliverhuangcode

Copy link
Copy Markdown
Contributor

monmap runs on Oracle/Dokploy now, but Vercel's GitHub integration still fires a deployment check on every push — and since the Vercel project is paused, that check just fails and clutters PRs.

vercel.json:

  • github.enabled: false — Vercel stops deploying this repo on push.
  • github.silent: true — Vercel stops posting commit statuses / PR comments.

The complete fix is disconnecting the Git integration in the Vercel dashboard (Settings → Git → Disconnect) or deleting the project; this file is the in-repo backstop and self-documents the intent.

🤖 Generated with Claude Code

The app moved to Oracle/Dokploy, but the Vercel GitHub integration still
runs a deployment check on every push (and Vercel is paused, so it just
fails/noises up the PR). `github.enabled: false` stops Vercel from
deploying on push; `github.silent: true` stops it commenting/posting
commit statuses. Fully severing it is done in the Vercel dashboard
(Settings → Git → Disconnect); this is the in-repo belt-and-suspenders.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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