【发布时间】:2020-07-21 14:01:00
【问题描述】:
关注gcloud app deploy : This deployment has too many file 我正在尝试将我的 App Engine Standard 应用部署到 Google Cloud,但我收到一条错误消息,提示我尝试下载的文件过多:
This deployment has too many files. New versions are limited to 10000 files for this app.
我只更改了 4 个文件,但它似乎试图下载更多。
如何找出这些 10k 文件包含在我的部署中,以便我可以开始在 app.yaml 中的 skip_files 中排除它们?
【问题讨论】:
-
你能在项目文件夹的根目录下发出
ls -R吗? -
我的根目录下有数千个文件,但我尝试部署的构建所需的文件远少于 10k。
标签: python google-app-engine google-cloud-platform gcloud