oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
31 lines (21 loc) • 387 B
Markdown
# Deploy Convex Backend
**Category:** deployment
**Version:** 1.0.0
**Used By:** agent-ops
## Purpose
Deploys Convex backend to production.
## Steps
```bash
cd backend/
npx convex deploy --prod
```
## Output
```json
{
"deployment": "prod:shocking-falcon-870",
"functions": 42,
"status": "deployed"
}
```
## Version History
- **1.0.0** (2025-10-18): Initial implementation