docs(deploy): add instructions for automatic deploy on Vercel (#12573)
This commit is contained in:
parent
e846e1cb31
commit
4fd692d47f
|
|
@ -327,8 +327,16 @@ Heroku [no longer](https://blog.heroku.com/next-chapter) offers free product pla
|
|||
|
||||
## Deploy to Vercel (ZEIT Now)
|
||||
|
||||
### Instant deploy (without automatic update)
|
||||
|
||||
[](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub)
|
||||
|
||||
### Automatic deploy upon update
|
||||
|
||||
1. [Fork RSSHub](https://github.com/DIYgod/RSSHub/fork) to your GitHub account.
|
||||
2. Deploy your fork to Vercel: Login Vercel with your GitHub account, create and deploy [new Vercel project](https://vercel.com/new/) with your RSSHub repository.
|
||||
3. Install [Pull](https://github.com/apps/pull) app to keep your fork synchronized with RSSHub.
|
||||
|
||||
## Deploy to Fly.io
|
||||
|
||||
### Method 1: Fork
|
||||
|
|
|
|||
|
|
@ -329,8 +329,16 @@ Heroku [不再](https://blog.heroku.com/next-chapter) 提供免费服务。
|
|||
|
||||
## 部署到 Vercel (ZEIT Now)
|
||||
|
||||
### 一键部署(无自动更新)
|
||||
|
||||
[](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub)
|
||||
|
||||
### 自动更新部署
|
||||
|
||||
1. 将 RSSHub [分叉(fork)](https://github.com/DIYgod/RSSHub/fork) 到自己的账户下
|
||||
2. 去 Vercel 部署一个新项目:使用 GitHub 账户登录 Vercel,进入[项目创建页面](https://vercel.com/new/) 选择导入 RSSHub 仓库进行部署
|
||||
3. 安装 [Pull](https://github.com/apps/pull) 应用,定期将 RSSHub 改动自动同步至你的仓库
|
||||
|
||||
## 部署到 Fly.io
|
||||
|
||||
### 方案一:Fork
|
||||
|
|
|
|||
Loading…
Reference in New Issue