Deploying to Google AppEngine

Does anyone have any recent docs/best practices on how to deploy to Google AppEngine’s standard environment? There doesn’t seem to be any on CircleCI and I’ve found a few blog posts but they’re all pretty old.

Many thanks

James

It’s pretty much just a VM, so it is mostly whatever you do locally. I don’t use GAE, but I assume that this tutorial is a good guide - would you use the gcloud binary locally? If so, install that in your CircleCI build container, change directory to your project, and run the deploy command.

Do you want to specify the version in your gcloud call? You could just fetch your last Git commit for that, or obtain a version tag, if it is a tag build.