From 8b8a8f9cb708c0d1f23de585d766c7f209d7912f Mon Sep 17 00:00:00 2001 From: Piyush Chauhan <42397980+pyshx@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:25:21 +0530 Subject: [PATCH] ci: fix gcp region for nightly cloud run --- .github/workflows/deploy_server_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_server_nightly.yml b/.github/workflows/deploy_server_nightly.yml index c81b2de86f..6d1dc9c27b 100644 --- a/.github/workflows/deploy_server_nightly.yml +++ b/.github/workflows/deploy_server_nightly.yml @@ -7,7 +7,7 @@ concurrency: env: IMAGE: reearth/reearth-visualizer-api:nightly IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth-visualizer-api:nightly - GCP_REGION: us-central1 + GCP_REGION: asia-northeast1 jobs: deploy_test: name: Deploy app to test env