From e6f43b2ae3a6030967f21222326f222ae4846f2d Mon Sep 17 00:00:00 2001 From: hillerliao Date: Sun, 15 May 2022 17:18:15 +0800 Subject: [PATCH] add deploy to vercel button --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7bb1e77..68d4660 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ gunicorn main:app -b 0.0.0.0:5000 [![Deploy](https://button.deta.dev/1/svg)](https://go.deta.dev/deploy?repo=https://github.com/hillerliao/rsshub-python) +或 + 安装 [Deta CLI](https://docs.deta.sh/docs/cli/install/); 在终端运行`deta login`; 在项目根目录运行`deta new --python pyrsshub`; @@ -60,6 +62,10 @@ gunicorn main:app -b 0.0.0.0:5000 获取网址 `https://.deta.dev/`; 更新`deta update` +### 部署到 Vercel + +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fhillerliao%2Frsshub-python) + ### Docker 部署 制作镜像文件 `docker build -t pyrsshub:latest .`