Skip to content

Commit d486cda

Browse files
d-bytebaseclaude
andauthored
chore: update Vercel deploy hook URL (#1045)
Switch to the new project-level deploy hook that sets VERCEL_DEPLOY_HOOK_NAME, so the ignoreCommand in vercel.json can properly distinguish hook-triggered builds from git-push builds. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8ce6ede commit d486cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Trigger Vercel Deploy Hook
14-
run: curl -s -X POST "https://api.vercel.com/v1/integrations/deploy/prj_S70AajXvkWSEz2yU1NvcvfZpmm1g/y3wAh0IwTP"
14+
run: curl -s -X POST "https://api.vercel.com/v1/integrations/deploy/prj_S70AajXvkWSEz2yU1NvcvfZpmm1g/t1oq2wFzX7"

0 commit comments

Comments
 (0)