Member-only story
How to deploy a Docker React application on GCP Cloud Run
Nov 7, 2020
In this article, I would like to continue one of my other articles, where I deployed a Docker container on my Mac locally. So for this article, the starting point is the git repository of the other story.
This is the git repository with a standard super simple react application.
But let’s start:
Step 1: Log in to GCP and go to Cloud Build to add a new Trigger.
As you can see (in the Field Repository), I already connected GitHub to GCP. If you haven’t established this connection, click on CONNECT NEW REPOSITORY in the repository field, and follow the instructions.