Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linderttobias committed Feb 18, 2024
1 parent 361c930 commit 0d3ee31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
application: frontend
environment: production
runner: ubuntu-latest
backend-url: api.gcloudmaps.com
backend-url: https://api.gcloudmaps.com

secrets:
WIF_PROVIDER: ${{ secrets.WIF_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
service_account: ${{ secrets.GCP_USMA_TF_PLAN_APPLY }}

- name: Deploy to Cloud Run
uses: google-github-actions/deploy-cloudrun@v2
with:
Expand Down

0 comments on commit 0d3ee31

Please sign in to comment.