Deployment Guide
Deploy your applications to dotCloud with confidence.
Deployment Methods
Choose from multiple deployment options:
1. CLI Deployment: Use the command line interface
2. Git Integration: Push to deploy automatically
3. API Deployment: Programmatic deployments
CLI Deployment
Deploy using the CLI:
bash
dotcloud deploy --app my-app --env productionMonitoring Deployments
Track your deployment status:
bash
dotcloud status --app my-app
dotcloud logs --app my-app --tailRollback
If something goes wrong:
bash
dotcloud rollback --app my-app --version previous