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

# deploy

The `morph deploy` command is used to deploy a data app built locally to the cloud.

```bash Shell theme={"dark"}
morph deploy
```

### Arguments

<ParamField body="--no-cache" type="boolean">
  Specify this option to avoid using the Docker image cache.
</ParamField>
