Category: github, shell

In today’s world of automation, wouldn’t it be fun to have an integration where our changes in git repo is automatically being deployed to Google App Engine ( GAE ). In this article, I’ll focus on integrating Angular app (in a got repo) with a GCP project.

You can fork your own version or can get a clone to look at using below command: git clone https://github.com/shashankvivek/user-dashboard-app.git

As soon as you push these changes on git repo, you’ll see that a build is triggered in Cloud Build that the build will fail after few seconds.

You can see that the changes are automatically being deployed on the App Engine as soon as it is pushed to git and build in Cloud Build.

Related Articles