【发布时间】:2019-07-01 10:15:33
【问题描述】:
每次运行gcloud app deploy 命令时都会出现此错误。
我的app.yaml 与manage.py 位于同一目录中。
我也不是在本地磁盘 C 上工作,而是在本地磁盘 G 上工作并使用 Visual Studio 代码 cmd 终端。
ERROR: An app.yaml (or appengine-web.xml) file is required to deploy this directory as an App Engine application. Create an app.yaml file using the directions at https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml (App Engine Flexible Environment) or https://cloud.google.com/appengine/docs/standard/python/config/appref (App Engine Standard Environment) under the tab for your language.
ERROR: (gcloud.app.deploy) [G:\] could not be identified as a valid source directory or file.
【问题讨论】:
标签: python-3.x google-app-engine google-cloud-platform