Closed rivernews closed 4 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.
terraform apply
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
.