add deploy to vercel button

This commit is contained in:
hillerliao
2022-05-15 17:18:15 +08:00
parent a22c3d6773
commit e6f43b2ae3

View File

@@ -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://<micro_name>.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 .`