Skip to content

Commit

Permalink
move to west1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Dec 2, 2023
1 parent 844c17a commit 4351c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: gcloud builds submit --config cloudbuild.yaml .

- name: 'run'
run: gcloud run deploy crew --image europe-west3-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest --env-vars-file ./.env.json --region europe-west3 --allow-unauthenticated
run: gcloud run deploy crew --image europe-west1-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest --env-vars-file ./.env.json --region europe-west1 --allow-unauthenticated
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
args: [
'-c',
'docker pull
europe-west3-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest || exit 0',
europe-west1-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest || exit 0',
]
- name: 'gcr.io/cloud-builders/docker'
args:
Expand All @@ -13,10 +13,10 @@ steps:
'-t',
'kulturspektakel.de/gmail-reminder-api/cloud-run-source-deploy/crew:latest',
'--cache-from',
'europe-west3-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest',
'europe-west1-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest',
'.',
]
images:
- 'europe-west3-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest'
- 'europe-west1-docker.pkg.dev/gmail-reminder-api/cloud-run-source-deploy/crew:latest'
options:
logging: CLOUD_LOGGING_ONLY

0 comments on commit 4351c64

Please sign in to comment.