Skip to content

Add Vercel deployment configuration#33

Merged
mvk059 merged 1 commit into
mainfrom
vercel-deployment
Feb 15, 2026
Merged

Add Vercel deployment configuration#33
mvk059 merged 1 commit into
mainfrom
vercel-deployment

Conversation

@mvk059

@mvk059 mvk059 commented Feb 15, 2026

Copy link
Copy Markdown
Owner

Summary

Migrates deployment from Docker/Hetzner to Vercel for improved developer experience and automated deployments.

Changes

  • ✅ Add vercel.json configuration (headers, routing, caching)
  • ✅ Add GitHub Actions workflow for automated build and deployment
  • ✅ Update .gitignore to exclude Vercel artifacts

How it works

  1. GitHub Actions builds the WASM application with Gradle
  2. Deploys static files to Vercel
  3. Preview deployments for PRs, production deployment on merge to main

Testing

This PR will trigger a preview deployment. Please verify:

  • WASM loads correctly
  • Meme listing and editor work
  • No console errors
  • Analytics tracking functional

🤖 Generated with Claude Code

- Add vercel.json with headers, routing, and caching configuration
- Add GitHub Actions workflow for automated build and deployment
- Update .gitignore to exclude Vercel artifacts

This enables deployment to Vercel with automated builds via GitHub Actions.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@vercel

vercel Bot commented Feb 15, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Header at index 4 has invalid `source` pattern "/(.*\.(ttf|woff|woff2|eot))".

Learn More: https://vercel.link/invalid-route-source-pattern

@mvk059 mvk059 merged commit 762ee93 into main Feb 15, 2026
3 of 4 checks passed
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