Skip to content

Commit

Permalink
chore: switch region
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed Apr 17, 2024
1 parent 54e01cb commit 0f3198c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

env:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
REGION: europe-west3
IMAGE_URL: europe-west3-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/getactions/production:latest
REGION: ${{ secrets.GCP_REGION }}s
IMAGE_URL: ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/getactions/production:latest

jobs:
build-deploy:
Expand Down

0 comments on commit 0f3198c

Please sign in to comment.