Containerize Express APP and automate deployment to Google Cloud Run using GitHub Actions
This article provides step by step guide for setting up a complete CI/CD pipeline to deploy a Express API to Google Cloud Run using GitHub Actions.
What We'll do?
Builds a Docker container fr...