Disable Vercel git deployments + commit checks#32
Open
oliverhuangcode wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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