Deployment
Deployment configuration using Vercel in ShipKit
Deployment
ShipKit is optimized for deployment on Vercel, with built-in analytics and monitoring.
Features
- Zero-config deployment
- Automatic HTTPS
- Edge functions
- Analytics
- CI/CD integration
- Preview deployments
Quick Deploy
- Click the "Deploy" button in the README
- Connect your GitHub repository
- Configure environment variables
- Deploy
Manual Deploy
- Install Vercel CLI:
npm i -g vercel
- Login:
vercel login
- Deploy:
vercel deploy
Environment Setup
- Copy
.env.example
to.env
- Configure all required services
- Add variables to Vercel dashboard
- Set up preview variables