This project is configured for automatic deployment to Vercel from the main branch.
Add these secrets to your GitHub repository settings:
-
VERCEL_TOKEN: Your Vercel account token
- Go to Vercel Account Settings
- Create a new token with appropriate permissions
- Add as
VERCEL_TOKENin GitHub Secrets
-
VERCEL_ORG_ID: Your Vercel organization ID
- Run
vercel linkin your project - Copy the
orgIdfrom.vercel/project.json - Add as
VERCEL_ORG_IDin GitHub Secrets
- Run
-
VERCEL_PROJECT_ID: Your Vercel project ID
- Run
vercel linkin your project - Copy the
projectIdfrom.vercel/project.json - Add as
VERCEL_PROJECT_IDin GitHub Secrets
- Run
Run these commands in your project root:
# Link to Vercel project
vercel link
# Get your IDs from the generated file
cat .vercel/project.json- ✅ Push to main → Automatic production deploy to aitmpl.com
- ✅ Other branches → Manual deploy only (no auto-deploy)
- ✅ Pull Requests → No deployment
For testing other branches:
# Deploy current branch to preview URL
vercel
# Deploy current branch to production
vercel --prodThe main branch deploys to the custom domain: aitmpl.com
Configured in Vercel dashboard under Project Settings → Domains.