Skip to main content

Cloud Build

Recommendation
Updated
Moved
USE
2022-05-02

What is it

Cloud Build is a serverless CI/CD platform in Google Cloud.

Why we use it

Using Cloud Build for CI/CD lets us manage our builds and deployments without hosting any build servers of our own.

When to use it

Use Cloud Build for CI/CD that requires substantial access to our internal infrastructure, or when you need a more powerful build machine than GitHub Actions can provide.

For Open Source repositories, prefer GitHub Actions.

How to learn it