Skip to content

Commit

Permalink
fix(ci): Updated the region for the playground deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h authored Aug 23, 2021
1 parent 127519f commit 2152d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synth-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Deploy Playground
run: |
echo deploying playground...
gcloud run services update playground-backend --image=eu.gcr.io/${project_id}/playground:$GITHUB_SHA
gcloud run services update playground-backend --image=eu.gcr.io/${project_id}/playground:$GITHUB_SHA --region=europe-west2

0 comments on commit 2152d11

Please sign in to comment.