rivernews / iriversland2-kubernetes

Terraform provisioning K8 infra for iriversland2, my personal website, as well as other projects.
0 stars 1 forks source link

Think about CI/CD across different projects #8

Closed rivernews closed 4 years ago

rivernews commented 5 years ago

Now we have build components for different projects. The existing CI/CD will trigger to provision all apps if any of the app makes a git commit.

Have to look into ways to de-couple things.

Currently only let CI do the build part. The provisioning (CD) are done manually, locally by terraform apply.