Skip to main content

One post tagged with "GCP"

View all tags

Deploy with Cloud Run

· 3 min read

This article introduces how we can deploy a service (take NextJS as an example) to Google Cloud Run using Docker and GCP Artifact Registry.

Create a project on GCP

First, we need to create a project on GCP.

Create an Artifact registry

After creating the project, navigate to ‘Artifact registry’ and click ‘+ CREATE REPOSITORY’ to create a repository for out application.

Fill out proper info., like so:

  1. set the repository name
  2. set region to ‘asia-east1(Taiwan)’