cdhigh / KindleEar

Aggregates RSS and web content(Calibre recipe), sends to Kindle, and includes an e-ink optimized online reader.
http://cdhigh.github.io/KindleEar/
MIT License
2.73k stars 630 forks source link

Application deployment failed. #618

Closed only1zf closed 3 years ago

only1zf commented 4 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

  1. login to gcloud

    $ gcloud auth login
    $ gcloud config set project VALUE
  2. remove 'application', 'version' in app.yaml and module-worker.yaml

  3. deploy app

    $ gcloud app deploy ./app.yaml ./module-worker.yaml
    $ gcloud app deploy .