【发布时间】:2021-05-13 16:26:30
【问题描述】:
我的服务名称:GGD
app_GGD.yaml
runtime: python38
service: GGD
instance_class: F2
...
命令:gcloud app deploy --appyaml=app_GGD.yaml
ERROR: (gcloud.app.deploy) An error occurred while parsing file: [app_GGD.yaml]
Unable to assign value 'GGD' to attribute 'service':
Value 'GGD' for service does not match expression '^(?:^(?!-)[a-z\d\-]{0,62}[a-z\d]$)$'
in "app_GGD.yaml", line 3, column 10
我还有什么需要设置的吗?
【问题讨论】:
标签: google-app-engine google-cloud-platform deployment