user462455
user462455

Reputation: 13588

Deploying to Google App Engine using 'gcloud app deploy' gets stuck

gcloud app deploy hangs on deployment with no log messages explaining why. How can I debug this issue?

I have two .yaml files and a dispatch.yaml file. This is the command I am running:

gcloud app deploy web_app.yaml rest_app.yaml dispatch.yaml --verbosity=debug

Upvotes: 11

Views: 4483

Answers (1)

user462455
user462455

Reputation: 13588

This was fixed when I updated gcloud.

gcloud components update

This is really bad UX, and I wish gcloud would have asked me to update instead of freezing app deploy

Upvotes: 22

Related Questions