EdgeOne Pages
Deploy Nitro apps to EdgeOne Pages.
Preset: edgeone_pages
Using the control panel
In the EdgeOne Pages control panel, click Create project.
Choose Import Git repository as your deployment method. EdgeOne supports deployments from GitHub, GitLab, Gitee, and CNB.
Choose the repository and branch containing your application code.
During setup, add a NITRO_PRESET environment variable set to edgeone_pages (this step is required).
Click the Deploy button.
Using the EdgeOne CLI
You can also deploy with the EdgeOne CLI (see its docs for installation and usage).
Once configured, run edgeone pages deploy to deploy the project. The CLI first builds the project automatically, then uploads and publishes the build artifacts.