Deployments
Synapse is coming soon! This page previews the deployment functionality.
Triggering Deploys
From Dashboard
- Go to Synapse > Deploys
- Select environment
- Choose commit/branch
- Click “Deploy”
From Claude
“Deploy main to staging”
“Deploy commit abc123 to production”
From CLI
Deploy Pipeline
A deploy runs through these stages:- Prepare - Pull code, install dependencies
- Build - Compile assets, run build scripts
- Migrate - Run database migrations
- Deploy - Push to servers
- Verify - Run health checks
Rollback
Instantly rollback:- Go to deploy history
- Find previous successful deploy
- Click “Rollback”
“Rollback production”
Coming Soon
Join Waitlist
Get notified when Synapse launches