Skip to content

chore: remove deploy hook workflow, let Vercel auto-deploy on push#1046

Merged
d-bytebase merged 1 commit intomainfrom
remove-deploy-hook-workflow
Mar 18, 2026
Merged

chore: remove deploy hook workflow, let Vercel auto-deploy on push#1046
d-bytebase merged 1 commit intomainfrom
remove-deploy-hook-workflow

Conversation

@d-bytebase
Copy link
Copy Markdown
Contributor

Summary

  • Remove .github/workflows/deploy.yml (deploy hook workflow)
  • Remove ignoreCommand from vercel.json
  • Let Vercel's native git integration auto-deploy on every push to main

Action needed

  • Clear the "Ignored Build Step" command in Vercel Dashboard → Project Settings → Git

Test plan

  • Merge to main and verify Vercel auto-deploys successfully

🤖 Generated with Claude Code

VERCEL_DEPLOY_HOOK_NAME is not set for deploy hooks, causing all
builds to be canceled by the ignoreCommand. Simplify by removing
the GitHub Action workflow and ignoreCommand, letting Vercel's
native git integration deploy on every push to main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 18, 2026 02:53
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 18, 2026

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

Project Deployment Actions Updated (UTC)
bytebase-com Building Building Preview, Comment Mar 18, 2026 2:53am

Request Review

@d-bytebase d-bytebase merged commit d5f59c1 into main Mar 18, 2026
5 of 6 checks passed
@d-bytebase d-bytebase deleted the remove-deploy-hook-workflow branch March 18, 2026 02:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the custom Vercel deployment gating and the GitHub Actions workflow that triggered Vercel deployments via a deploy hook, likely shifting deployment responsibility to Vercel’s Git integration (or another external mechanism).

Changes:

  • Removed ignoreCommand from vercel.json (now empty config).
  • Deleted the GitHub Actions workflow that POSTed to a Vercel Deploy Hook on main pushes / manual runs.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
vercel.json Removes Vercel build-skip gating logic (ignoreCommand), leaving an empty config.
.github/workflows/deploy.yml Deletes the workflow that triggered Vercel deploys via a deploy hook URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

{
"ignoreCommand": "if [ -n \"$VERCEL_DEPLOY_HOOK_NAME\" ]; then exit 1; else exit 0; fi"
}
{}
{
"ignoreCommand": "if [ -n \"$VERCEL_DEPLOY_HOOK_NAME\" ]; then exit 1; else exit 0; fi"
}
{}
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.

2 participants