Terraform CICD 管道 GCP
Terraform CICD pipeline GCP
我是 terraform 的新手,我想用 github 设置一个 CI/CD 到 GCP 的管道来替换当前使用 jenkins 的系统,因为我们想提高部署的自动化程度。执行此操作的最佳方式或架构是什么。
与 CI/CD 相关的主要产品之一是 Google 的 Cloud Build。
https://cloud.google.com/build
这是一张衬纸:
Build, test, and deploy on our serverless CI/CD platform.
它内置触发器,包括 GitHub 集成,这意味着当 GitHub 上发生事件时,Cloud Build 会运行其规定的方法。
我建议阅读上一页中的文档,并与 GCP Weekly 上的精选文档相关联:
我是 terraform 的新手,我想用 github 设置一个 CI/CD 到 GCP 的管道来替换当前使用 jenkins 的系统,因为我们想提高部署的自动化程度。执行此操作的最佳方式或架构是什么。
与 CI/CD 相关的主要产品之一是 Google 的 Cloud Build。
https://cloud.google.com/build
这是一张衬纸:
Build, test, and deploy on our serverless CI/CD platform.
它内置触发器,包括 GitHub 集成,这意味着当 GitHub 上发生事件时,Cloud Build 会运行其规定的方法。
我建议阅读上一页中的文档,并与 GCP Weekly 上的精选文档相关联: