Skip to content

Commit

Permalink
ci: fix gcp region for nightly cloud run
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx authored Jul 11, 2024
1 parent c7284bc commit 8b8a8f9
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 @@ -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
Expand Down

0 comments on commit 8b8a8f9

Please sign in to comment.