Setup Express.js with CI/CD to Google Cloud Run

Serverless servers on Google Cloud Run

thoughtstile

--

Created on: 2021–02–15 11:09:48.

Below is a multistage script with associated files. You can check the contents of each file by following the gist link or by scrolling down below.

After the files below are configured, you can then connect your Github repository to Google Cloud Build to setup auto deployment to a Google Cloud Run Endpoint.

Step 1: Setup

# setup directories…

--

--