Hi,
It might be helpful to refer to the documentations [1 <https://cloud.google.com/build/docs/deploying-builds/deploy-appengine>][2 <https://medium.com/google-cloud/continuous-delivery-in-google-cloud-platform-cloud-build-with-app-engine-8355d3a11ff5>], which explain how to deploy applications to App Engine using Cloud Build. They provide general guidance though not specific for TeamCity. Hope it helps! On Friday, April 23, 2021 at 11:45:44 AM UTC-4 Fabian Hagen wrote: > Hello, > > I want to deploy to my AppEngine as one of my build steps/chain. Can > someone tell my what would be the best way to do so? > > We have multiple environments (dev, staging, production). Each env is > based on its own branch and has its own build pipeline within TeamCity. In > the GCP, each env has its own project and in its own user(s). > > How can I trigger the deployment from our buildservers? Do I Have to login > via SSH and do the gcloud init and gcloud auth login on each build server? > That would result in a lot of additional setup work. Or is there another > way (e.g. like in firebase where I can create a token and pass it as > parameter to the gcloud app deploy command)? > > Thanks in advance! > > Fabian > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/cdce7765-a49b-4817-81c8-a4eb2dab292bn%40googlegroups.com.
