Skip to content

Remove Vercel deploy hook — use git integration - #28

Merged
willwearing merged 2 commits into
mainfrom
fix/remove-vercel-deploy-hook
Mar 22, 2026
Merged

Remove Vercel deploy hook — use git integration#28
willwearing merged 2 commits into
mainfrom
fix/remove-vercel-deploy-hook

Conversation

@willwearing

Copy link
Copy Markdown
Owner

Summary

  • Remove curl deploy hook step from CI — Vercel's git integration already auto-deploys on push to main
  • The webhook was causing duplicate deploys that errored and overwrote working production aliases
  • Backend still deploys via Railway CLI in CI
  • Updated infrastructure docs

Test plan

  • No code changes — CI config only

🤖 Generated with Claude Code

willwearing and others added 2 commits March 21, 2026 23:28
…ality gate interfaces

- Move CourseYamlSchema and AcademyManifestSchema from backend to shared package
- Create BrandYamlSchema for brand YAML validation
- Create quality-gate.ts with check interfaces and names
- Update backend to re-export from @graspful/shared
- Add zod dependency to shared package

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The webhook-triggered Vercel builds were failing (7s, no output) and
overwriting the successful git-integration deploys. Vercel's git
integration already auto-deploys on push to main, so the webhook is
redundant. Backend still deploys via Railway CLI in CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@willwearing
willwearing merged commit 3484711 into main Mar 22, 2026
1 of 3 checks passed
@vercel

vercel Bot commented Mar 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
graspful Error Error Mar 22, 2026 5:33am
web Error Error Mar 22, 2026 5:33am

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