Lokalise Deploy Integration
Overview
Deploy applications with Lokalise translations to popular platforms with proper secrets management.
Prerequisites
- Lokalise API token for production
- Platform CLI installed (vercel, netlify, or gcloud)
- Application code ready for deployment
- Translations synced and verified
Instructions
- Vercel Deployment
- Netlify Deployment
- Google Cloud Run
- OTA (Over-the-Air) Updates for Mobile
- Health Check Endpoint
- Instructions
For full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
- Application deployed to production
- Lokalise secrets securely configured
- Translations bundled with deployment
- Health check endpoint functional
Error Handling
| Issue | Cause | Solution |
|---|---|---|
| Missing translations | Pre-build failed | Check build logs for Lokalise errors |
| Secret not found | Missing configuration | Add secret via platform CLI |
| Build timeout | Large translations | Cache translations or increase timeout |
| OTA fails | Network/token issue | Fall back to bundled translations |
Examples
See references/implementation-guide.md for detailed examples.
Resources
Next Steps
For webhook handling, see lokalise-webhooks-events.