docs(deploy): add instructions for automatic deploy on Vercel (#12573)

This commit is contained in:
Curly Brackets 2023-05-28 18:54:04 +08:00 committed by GitHub
parent e846e1cb31
commit 4fd692d47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -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)
[![Deploy to Vercel](https://vercel.com/button)](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

View File

@ -329,8 +329,16 @@ Heroku [不再](https://blog.heroku.com/next-chapter) 提供免费服务。
## 部署到 Vercel (ZEIT Now)
### 一键部署(无自动更新)
[![Deploy to Vercel](https://vercel.com/button)](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