From 76d0a7deb96c6af03f8e4ca5563658bc2eaa5b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=AE=87=E8=88=AA?= <2312744987@qq.com> Date: Fri, 5 May 2023 22:36:39 +0800 Subject: [PATCH] docs: add deploy to Zeabur (#12449) * docs: add deploy to Zeabur * fix typo --- docs/en/install/README.md | 7 +++++++ docs/install/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/en/install/README.md b/docs/en/install/README.md index c5c98f0dc..9b2a8614f 100644 --- a/docs/en/install/README.md +++ b/docs/en/install/README.md @@ -368,6 +368,13 @@ Run RSSHub from just $1/month. Includes automatic updates and $5 free starting c [![Run on PikaPods](https://www.pikapods.com/static/run-button.svg)](https://www.pikapods.com/pods?run=rsshub) +## Deploy to Zeabur + +1. [Sign up for Zeabur](https://dash.zeabur.com) +2. Create a new project. +3. Create a new service in the project, select deploying from the **marketplace**. +4. Add a domain name, if you use a custom domain name, you can refer to [Zeabur's domain name binding document](https://docs.zeabur.com/deploy/domain-binding). + ## Deploy to Google App Engine(GAE) ### Before You Begin diff --git a/docs/install/README.md b/docs/install/README.md index bde20edb6..349d6cfc4 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -370,6 +370,13 @@ $ flyctl secrets set CACHE_TYPE=redis REDIS_URL='<刚才的连接字符串>' [![Run on PikaPods](https://www.pikapods.com/static/run-button.svg)](https://www.pikapods.com/pods?run=rsshub) +## 部署到 Zeabur + +1. 前往 [Zeabur 完成注册](https://dash.zeabur.com) +2. 创建一个新项目 +3. 在项目中选择创建新服务,选择从**服务市场**部署。 +4. 添加域名,若使用自定义域名,可参见 [Zeabur 的域名绑定文档](https://docs.zeabur.com/zh-CN/deploy/domain-binding)。 + ## 部署到 Google App Engine ### 准备