Hacker News new | ask | show | jobs
by lbhdc 484 days ago
I have a simple setup on GCP. I am using Cloud Build with the companion Github app to trigger builds on branch updates.

I like it because I am deploying to GCP, and storing containers in Artifact Registry. Cloud Build has good interop with those other products and terraform, so its pretty convenient to live with.

The pipelines themselves are pretty straight forward. Each step gets an image that it is executed in, and you can do anything you want in that step. There is some state sharing between steps, so if you build something in one step, you can use it in another.