Setup a CI/CD Pipeline for React Apps with Google Cloud Build and Google Cloud Run

An automated pipeline that triggers on every Github commit.

thoughtstile
7 min readJan 13, 2021

--

Let’s first look at what the pipeline looks like after everything is set up.

What Developers Do (Manual):

Push a commit to your Github repository.

What Happens (Automatic):

  1. Google Cloud Build sees that you pushed a new commit to Github.

--

--