> ## Documentation Index
> Fetch the complete documentation index at: https://synthetiq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploying

> Deploy apps to production with a single CLI command

Deploy an app to production with the CLI:

```bash theme={null}
synthetiq deploy my-app --version <version-id>
```

This runs the deployment build, provisions infrastructure, and starts the app and worker services. The platform handles database provisioning, credential management, networking, and scaling.

For more information on deploying apps, see the [Deployments](/docs/platform-docs/deployments/overview) documentation.
