From 4fd692d47fffd022c625b1dd52f8aab06b2bc3ee Mon Sep 17 00:00:00 2001 From: Curly Brackets <76864176+curly210102@users.noreply.github.com> Date: Sun, 28 May 2023 18:54:04 +0800 Subject: [PATCH] docs(deploy): add instructions for automatic deploy on Vercel (#12573) --- docs/en/install/README.md | 8 ++++++++ docs/install/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/en/install/README.md b/docs/en/install/README.md index d4a9ef397..ee81dd43e 100644 --- a/docs/en/install/README.md +++ b/docs/en/install/README.md @@ -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 diff --git a/docs/install/README.md b/docs/install/README.md index 5dc4247a9..2fa1500f5 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -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