mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-11 20:08:57 +00:00
823 B
823 B
description
| description |
|---|
| Sync markdown content to production Convex database |
/sync-prod
Syncs all markdown content to the production Convex database.
What it does
Same as /sync but targets the production environment using .env.production.local.
Usage
npm run sync:prod
Requirements
.env.production.localfile must exist withVITE_CONVEX_URL- Production Convex deployment must be configured
When to use
- Before deploying changes to production
- When updating live content
- As part of the deployment workflow
Full production sync
To sync everything including discovery files:
npm run sync:all:prod
Verification
After production sync:
- Check your production site
- Verify content appears correctly
- Check Convex dashboard for the production deployment