Skip to content

Commit

Permalink
fix: Attempted deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgruntjes committed Sep 27, 2022
1 parent 95bfe57 commit 15b4e63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
matrix:
project: [ 'App.Function.Banktransaction.Import' ]
environment: [ 'beta' ]
region: [ 'europe-central2' ]
steps:
- run: 'echo ${{ github.ref }}'
- uses: 'actions/checkout@v3'
Expand All @@ -66,4 +67,5 @@ jobs:
- run: cat ${{ matrix.project }}/service.deploy.yaml
- uses: 'google-github-actions/deploy-cloudrun@v0'
with:
metadata: '${{ matrix.project }}/service.deploy.yaml'
metadata: '${{ matrix.project }}/service.deploy.yaml'
region: ${{ matrix.region }}

0 comments on commit 15b4e63

Please sign in to comment.