On this page
How to deploy to Google Cloud Run
Google Cloud Run is a managed compute platform that lets you run containers on Google's scalable infrastructure.
This How To guide will show you how to use Docker to deploy your Deno app to Google Cloud Run.
First, we'll show you how to deploy manually, then we'll show you how to automate it with GitHub Actions.
Pre-requisites: