From 9eeaf1617db72fe9f9375d3118ccd345421ebe6f Mon Sep 17 00:00:00 2001 From: pyshx Date: Thu, 30 Jan 2025 18:07:07 +0530 Subject: [PATCH] ci(server): synchronize the gcp_region for vis api --- .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 8c4e7d6697..bd876cedf2 100644 --- a/.github/workflows/deploy_server_nightly.yml +++ b/.github/workflows/deploy_server_nightly.yml @@ -6,7 +6,7 @@ concurrency: group: ${{ github.workflow }} cancel-in-progress: true env: - GCP_REGION: asia-northeast1 + GCP_REGION: us-central1 IMAGE: reearth/reearth-visualizer-api:nightly IMAGE_GCP: us-central1-docker.pkg.dev/reearth-oss/reearth/reearth-visualizer-api:nightly jobs: