Closed only1zf closed 3 years ago
Application deployment failed. Message: Deployments using appcfg are no longer supported. See https://cloud.google.com/appengine/docs/deprecations
https://cloud.google.com/appengine/docs/standard/java/tools/migrating-from-appcfg-to-gcloud
login to gcloud
$ gcloud auth login $ gcloud config set project VALUE
remove 'application', 'version' in app.yaml and module-worker.yaml
deploy app
$ gcloud app deploy ./app.yaml ./module-worker.yaml $ gcloud app deploy .
Application deployment failed. Message: Deployments using appcfg are no longer supported. See https://cloud.google.com/appengine/docs/deprecations
https://cloud.google.com/appengine/docs/standard/java/tools/migrating-from-appcfg-to-gcloud
login to gcloud
remove 'application', 'version' in app.yaml and module-worker.yaml
deploy app