Deployment
Choose the simplest deployment that meets the workflow's execution needs.
| Requirement | Guide |
|---|---|
| Run one cloud-hosted server on exe.dev, GCP, AWS, Azure, DigitalOcean, Railway, Render, or Fly.io | Cloud Deployment |
| Run one container on a machine you control | Docker |
| Keep configuration in a Compose file | Docker Compose |
| Deploy into an existing Kubernetes cluster | Kubernetes (Helm) |
| Install a native background service | Linux systemd or macOS |
| Isolate development, staging, and production | Multi-Environment Deployments |
For containers, review Docker Images before choosing a tag. For execution across multiple hosts, see Distributed Execution.

