0

I have many versions of my AppEngine in Google GCP as shown below:

enter image description here

I want to create a new dev version to test some changes before deploying to live version. But I want this dev version to be connected to a Github repo and auto deployed whenever I commit anything to that repo.

Kindly if anyone knows the steps for doing that.

Ahmad Hijazi
  • 635
  • 2
  • 9
  • 27

1 Answers1

2

You can achieve that by following next steps:

  1. Create new repository in Cloud Source Repositories.
  2. Connect created repository with the one in GitHub
  3. Create automated builds using Build Triggers.

For a reference, you can check also following Stack Overflow thread: Deploy to Google App Engine via a GitHub Repo .

komarkovich
  • 2,223
  • 10
  • 20