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 .`