Reputation: 13588
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
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