gcloud app deploy : This deployment has too many files

后端 未结 7 1970
無奈伤痛
無奈伤痛 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:31

    Maybe your need ignore some files in file .gcloudignore

    /vendor/
    /node_modules/
    /.git/
    

    This work for me!

提交回复
热议问题