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
When firing of gcloud preview app deploy the whole process takes ~8 minutes, most of which is "updating service".
The deployment command automatically builds a container image by using the Cloud Build service and then deploys that image to the App Engine flexible environment. The container will include any local modifications that you've made to the runtime image. To programmatically deploy your apps, use the Admin API.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With