Skip to content

Commit 1419e42

Browse files
committed
changed location in deploy.yml
1 parent 4c4b6f9 commit 1419e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
gcloud config set project ${{ secrets.GCP_PROJECT }}
3838
gcloud builds submit --tag gcr.io/${{ secrets.GCP_PROJECT }}/${{ secrets.GCP_APPLICATION }}
39-
gcloud config set run/region us-central1
39+
gcloud config set run/region europe-west2
4040
4141
# Deploy the Docker image to the GKE cluster
4242
- name: Deploy

0 commit comments

Comments
 (0)