Skip to content

Commit 8a2fed1

Browse files
authored
Merge pull request #810 from yamadashy/feat/website-us
feat(website): Configure US region deployment for website server
2 parents 07bd757 + 92caf50 commit 8a2fed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/server/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ steps:
6767
- '$_REGION-docker.pkg.dev/$PROJECT_ID/repomix/server:latest'
6868

6969
substitutions:
70-
_REGION: asia-northeast1
71-
_SERVICE_NAME: repomix-server
70+
_REGION: us-central1
71+
_SERVICE_NAME: repomix-server-us
7272

7373
options:
7474
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)