Deployment Guide

Last updated: 11/3/2025

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 production

Monitoring Deployments

Track your deployment status:

bash
dotcloud status --app my-app
dotcloud logs --app my-app --tail

Rollback

If something goes wrong:

bash
dotcloud rollback --app my-app --version previous