Skip to content

Commit d5f59c1

Browse files
d-bytebaseclaude
andauthored
chore: remove deploy hook workflow, let Vercel auto-deploy on push (#1046)
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>
1 parent d486cda commit d5f59c1

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

vercel.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"ignoreCommand": "if [ -n \"$VERCEL_DEPLOY_HOOK_NAME\" ]; then exit 1; else exit 0; fi"
3-
}
1+
{}

0 commit comments

Comments
 (0)