自动化Github提交到Google AppEngine版本

时间:2018-08-16 08:41:00

标签: google-app-engine github google-cloud-platform

我在Google GCP中有很多版本的AppEngine,如下所示:

enter image description here

我想创建一个新的dev版本来测试一些更改,然后再部署到实时版本。但是我希望将此dev版本连接到Github存储库,并在我向该存储库提交任何内容时自动部署。

请告知是否有这样做的步骤。

1 个答案:

答案 0 :(得分:1)

您可以通过执行以下步骤来实现:

  1. Create new repository在Cloud Source Repository中。
  2. Connect created repository和GitHub中的一个
  3. Create automated builds使用构建触发器。

作为参考,您还可以检查以下堆栈溢出线程:Deploy to Google App Engine via a GitHub Repo