mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
add deploy to vercel button
This commit is contained in:
@@ -52,6 +52,8 @@ gunicorn main:app -b 0.0.0.0:5000
|
||||
|
||||
[](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
|
||||
|
||||
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fhillerliao%2Frsshub-python)
|
||||
|
||||
### Docker 部署
|
||||
|
||||
制作镜像文件 `docker build -t pyrsshub:latest .`
|
||||
|
||||
Reference in New Issue
Block a user