solution_challenge_backend / deploy_checklist.md
github-actions
Deploy to Hugging Face
c794b6b
|
Raw
History Blame Contribute Delete
295 Bytes
# Deployment Checklist
- [ ] Ensure .env.production is set in Vercel.
- [ ] Build and push backend Docker image (cloudbuild.yaml).
- [ ] Run backend migrations/model downloads for YOLO weights.
- [ ] Deploy Firebase functions/rules ( irebase.json).
- [ ] Publish Expo app to iOS/Android stores.