16 July, 2019
Automate Deployments to Multiple App Engine Environments with Cloud Build and GitHub
If you want to securely automate deployments of your App Engine application to multiple environments such as staging and production with a simple Git commit or a pull request, this article will outline the steps for you. Why You Should Do This: Good reasons to automate the deployment process are: Reduce the impact of human error on a deployment Improve...