Skip to content

Commit

Permalink
ci(server): synchronize the gcp_region for vis api
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Jan 30, 2025
1 parent a52c0a4 commit 9eeaf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_server_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9eeaf16

Please sign in to comment.