边缘开发者平台
  • Pages
    • 产品简介
    • 快速开始
    • 框架指南
    • 项目指南
      • 项目管理
      • edgeone.json
    • 构建指南
    • 部署指南
    • 域名管理
    • Pages Functions
    • KV 存储
    • Edgeone CLI
    • 常见问题
    • 联系我们
    • 产品动态
    • 迁移指南
      • 从 Vercel 迁移至 EdgeOne Pages
      • 从 Cloudflare Pages 迁移至 EdgeOne Pages
      • 从 Netlify 迁移至 EdgeOne Pages
当前内容仅提供英语版本,中文版我们将尽快补充,感谢您的理解。
当前为国际站中文文档,如需访问中国站文档,请点击这里

项目管理

In the development environment of EdgeOne Pages, project management is a key link to ensure efficient development and smooth deployment. This chapter will introduce in detail how to manage Pages projects, helping you fully leverage the platform's features.
Note:
Projects on Pages represent applications you deploy from a single Git repository to the platform. Each project can have multiple deployments: one production deployment and multiple preview deployments.


Project List




In the project list, you can view the overview of all projects. Each project shows the following information:
Preview button: Click to generate a temporary link for quick project preview.
Repository information: Displays the currently bound Git repository, the latest deployment branch, and submission information of the project.
Acceleration region: Display the acceleration region of the project ownership
Project status
Running: The project is functioning properly.
To Deploy: The item is currently undergoing the initial deployment.
Disabled: The item is banned for violating platform regulations.
Unlink: The item cannot be linked due to the deletion or unbinding of the Git repository.




Additionally, you can quickly access recent deployments, project settings, and redeploy actions from the project list.


Creates a project.




To create a project, follow these steps:
1. Click the "Create Project" button in the upper left corner of the project list page.
2. Import an existing Git repository, or select a template provided by the platform.
3. Configure project settings, including the project name, build and output settings, and environment variables.

For detailed steps, see Quick Start.



Deleting a Project

To delete a project, follow the steps below:
1. Select the specific project you want to delete, and switch to the "Project Settings" page.
2. Find the "Delete Project" section at the bottom of the page, and click the "Delete Project" button.



3. In the pop-up dialog box, enter the project name to confirm the deletion operation, then click the "OK" button.
Warning:
Operate with caution. Deleted items cannot be restored.


Project Settings

On the project settings page, you can configure the following:


Project Name

Note:
The project name serves only as the identification of the project and will not affect the access domain of the project.





Domain Management

You can add a custom domain name for each project. Since project domain names are usually used in development and test environments, we strongly recommend configuring a custom domain name for the project to improve accessibility.

For more information, please see Domain Management.


Managing Git

Projects created through a Git repository need to maintain the repository's correlation to ensure smooth deployment triggering after code submission.


You can specify a branch as the production branch. Deployments triggered by this branch will be deemed as the production environment, distinguished from the preview environments of other branches.





Configuring Build Deployment

With the build deployment configuration, you can specify how Pages builds your project.

For more information, please refer to the construction guide.