Skip to content

Commit 6d4916e

Browse files
authored
Document EdgeOne Pages deployment process
Added deployment instructions for EdgeOne Pages.
1 parent 9349446 commit 6d4916e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/guide/static-deploy.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,19 @@ Deploy your static site using [xmit](https://xmit.co) by following this [guide](
321321
Zephyr follows a different approach than other cloud providers. It integrates directly with Vite build process, so every time you build or run the dev server for your application, it will be automatically deployed with Zephyr Cloud.
322322

323323
Follow the steps in [the Vite deployment guide](https://docs.zephyr-cloud.io/bundlers/vite) to get started.
324+
325+
## EdgeOne Pages
326+
327+
You can quickly deploy your Vite app as a Static Site on [EdgeOne Pages](https://edgeone.ai/products/pages). You need:
328+
329+
1. Creat a [EdgeOne Account](https://edgeone.ai/register?s_url=https%3A%2F%2Fconsole.tencentcloud.com%2Fedgeone%2Fpages), Log in to the EdgeOne Pages [Dashboard](https://console.tencentcloud.com/edgeone/pages).
330+
2. Connect your GitHub/Gitee/Coding account or use an offcial template, or drop your code ZIP directly.
331+
3. Specify a product name, acceleration region, production branch, build settings, environment variables and other related configuration information.
332+
4. Click **Start Deployment**.
333+
5. Once deployed successfully, you can access your project via the preview link.
334+
335+
Note: All commits to the specified production branch (default is "main") will automatically trigger a new deployment.
336+
337+
You can also add [custom domain](https://pages.edgeone.ai/document/custom-domain) to your project.
338+
339+
Learn more about EdgeOne Pages’s [Git Integration](https://edgeone.ai/document/171937194382536704?source=github).

0 commit comments

Comments
 (0)