Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/VERCEL_SETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Vercel Deployment Setup Guide

## πŸ”§ **GitHub-Vercel Integration**

This workflow uses GitHub's built-in Vercel integration, which means:
- βœ… **No manual secrets required** - Uses `GITHUB_TOKEN` automatically
- βœ… **Automatic authentication** - GitHub handles Vercel connection
- βœ… **Built-in deployment tracking** - GitHub shows deployment stats

## πŸš€ **How It Works**

The deployment workflow:
1. **Uses `GITHUB_TOKEN`** - Automatically provided by GitHub Actions
2. **Leverages GitHub-Vercel integration** - No additional setup needed
3. **Deploys to Vercel** - Using the connected Vercel project
4. **Shows deployment stats** - In GitHub's repository overview

## πŸ“‹ **Setup Requirements**

**Minimal setup needed:**
1. Ensure Vercel app is connected to your GitHub repository
2. The workflow will use GitHub's built-in Vercel integration
3. No manual secrets or tokens required

## 🎯 **Expected Results**

Once the GitHub-Vercel integration is active:
- βœ… Vercel deployments will work automatically
- βœ… GitHub will show deployment stats and counts
- βœ… Site will be deployed to: `https://prepguides-dev.vercel.app`
- βœ… Preview deployments will work for PRs

## πŸ” **Troubleshooting**

If deployments fail:
1. Check if Vercel app is connected to your GitHub repository
2. Verify the repository has the correct permissions in Vercel
3. Check GitHub Actions logs for specific error messages
4. Ensure the Vercel project exists and is properly configured
71 changes: 0 additions & 71 deletions .github/workflows/deploy.yml

This file was deleted.