Git Workflow & Deployment
Branch Strategy
Environments
| Branch |
URL |
Purpose |
| main |
sitmente.com |
Live production |
| develop |
sitmente-git-develop...vercel.app |
Testing/staging |
| PR previews |
vercel.app/pr-*** |
Feature testing |
Workflow
1. Development (on VPS)
2. Test on Staging
- Vercel auto-deploys
develop branch
- URL: Check Vercel dashboard
- Test all changes
3. Production
Vercel Auto-Deploy
| Event |
Action |
Push to main |
Auto-deploy to sitmente.com |
Push to develop |
Auto-deploy to preview URL |
| Open PR |
Create preview deployment |
Current Status
- ✅ main → sitmente.com (production)
- ✅ develop → staging (testing)
- ✅ Preview deployments → Auto for all branches