← Back to Guides

One-Command Deployment Guide

Deployment 7 min read
#deployment #production #hosting

Overview

MACH-AI's deployment system lets you deploy to production with a single command. No Docker, no AWS, no infrastructure knowledge required.

Deploy Command

/deploy

That's it. MACH-AI handles: - Containerization - Load balancing - SSL certificates - Health checks - Auto-scaling

Environment Variables

Configure environment variables before deployment:

/env-vars set API_KEY=your-api-key
/env-vars set DATABASE_URL=your-db-url

Check Deployment Status

/status

View Logs

/logs

Custom Domains

Add a custom domain:

/domains add yourdomain.com

Rollback

If needed, rollback to a previous version:

/deploy --rollback

Ready to Build?

Start building amazing apps with MACH-AI today.

> Get Started Free