docs: add deploy to Zeabur (#12449)
* docs: add deploy to Zeabur * fix typo
This commit is contained in:
parent
1de1e9ae56
commit
76d0a7deb9
|
|
@ -368,6 +368,13 @@ Run RSSHub from just $1/month. Includes automatic updates and $5 free starting c
|
|||
|
||||
[](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
|
||||
|
|
|
|||
|
|
@ -370,6 +370,13 @@ $ flyctl secrets set CACHE_TYPE=redis REDIS_URL='<刚才的连接字符串>'
|
|||
|
||||
[](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
|
||||
|
||||
### 准备
|
||||
|
|
|
|||
Loading…
Reference in New Issue