> For the complete documentation index, see [llms.txt](https://docs.clique.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clique.tech/build-with-clique/clique-cli/deploy-task.md).

# Deploy Task

To deploy the task locally, run the following command.

```bash
clique deploy --kernel http://127.0.0.1:8000
```

To publish the task to the Clique network,

```
clique deploy --kernel http://kernel-testnet.clique.tech
```

This command will default to deploying the `tasks/manifest.toml` file.
