gcloud 在 cloudbuild 中以任意名称部署应用程序
gcloud deploy app inside cloudbuild with arbitrary name
我的 cloudbuild.yaml 中有 gcloud 我怎样才能使部署的名称成为我想要的名称?
它看起来像 https://[Project Name].ey.r.appspot.com/ 但我想让它像 https://MyNameappspot.com/
我应该在 app.yaml 里面做吗?
您可以帮助确定 URL 例如App Engine 应用程序将使用,但对如何确定应用程序的子域名有限制。
有关说明,请参阅 App Engine How Requests are Routed。
我的 cloudbuild.yaml 中有 gcloud 我怎样才能使部署的名称成为我想要的名称? 它看起来像 https://[Project Name].ey.r.appspot.com/ 但我想让它像 https://MyNameappspot.com/
我应该在 app.yaml 里面做吗?
您可以帮助确定 URL 例如App Engine 应用程序将使用,但对如何确定应用程序的子域名有限制。
有关说明,请参阅 App Engine How Requests are Routed。