fitola-deployment
Installation
SKILL.md
Fitola Deployment
Automated deployment for Fitola backend and mobile apps.
Deployment Targets
Backend (Vercel)
# Deploy to production
vercel --prod
# Deploy to staging
vercel
Mobile (Android)
# Build APK
flutter build apk --release