> ## 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

`morph deploy`コマンドは、ローカルで構築したデータアプリをクラウドにデプロイするためのコマンドです。

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

### Arguments

<ParamField body="--no-cache" type="boolean">
  Docker Imageのキャッシュを使用しないようにする際に指定します。
</ParamField>
