gcloud app deploy : This deployment has too many files

后端 未结 7 1960
無奈伤痛
無奈伤痛 2020-12-06 17:06

I got the below error, when I tried to deploy my GAE app through gcloud.

Updating service [default]...failed.                                                         


        
7条回答
  •  伪装坚强ぢ
    2020-12-06 17:28

    For python runtime 3.7, this error is solved by adding these files to a .gcloudingore not to skip_files in the app.yaml

提交回复
热议问题