docs: add deploy to Zeabur (#12449)

* docs: add deploy to Zeabur

* fix typo
This commit is contained in:
夏宇航 2023-05-05 22:36:39 +08:00 committed by GitHub
parent 1de1e9ae56
commit 76d0a7deb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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
### 准备