# EdgeOne Pages

> Deploy Nitro apps to EdgeOne Pages.

**Preset:** `edgeone-pages`

<read-more to="https://pages.edgeone.ai/">



</read-more>

## Using the control panel

<steps level="4">

#### In the [EdgeOne pages control panel](https://console.tencentcloud.com/edgeone/pages), click **Create project**.

#### Choose **Import Git repository** as your deployment method. We support deployment on GitHub, GitLab, Gitee, and CNB.

#### Choose the GitHub **repository** and **branch** containing your application code.

#### Add `NITRO_PRESET` environment variable during setup with value `edgeone-pages` (IMPORTANT).

#### Click the **Deploy** button.

</steps>

## Using the EdgeOne CLI

You can also install the Pages scaffolding tool. For detailed installation and usage, refer to [EdgeOne CLI](https://pages.edgeone.ai/document/edgeone-cli).

Once configured, use the edgeone pages deploy command to deploy the project. During deployment, the CLI will first automatically build the project, then upload and publish the build artifacts.
