79283399

Date: 2024-12-16 00:09:38
Score: 1
Natty:
Report link

I had that problem and found a good solution that doesn't need the 'git config user.email' approach. So your commits will still be under your own Github account and count for your statistics.

You need to add the Deploy Hook URL to GitHub:

  1. In Vercel's Project go to → Settings → Git → Deploy Hooks
  2. Create a hook with any name you want, and in the main branch
  3. Copy the URL
  4. Go to GitHub's Repository and then to → Settings → Webhooks → Add webhook 5. Paste the URL you copied 6. Select Content type: application/json 7. Select "Just the push event" 8. Select Enable SSL verification
  5. Add webhook

Now your Vercel deployments will start automatically when you push to your repository's main.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Felipe Pêpe