Skip to content

Commit

Permalink
Merge pull request #9 from Fgruntjes/initial-build
Browse files Browse the repository at this point in the history
deploy test
  • Loading branch information
Fgruntjes authored Sep 27, 2022
2 parents 7163bdf + 0b6f1ad commit 84becc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ matrix.environment }}')
#if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '${{ matrix.environment }}')
needs:
- build_images
permissions:
Expand All @@ -43,6 +43,7 @@ jobs:
project: [ 'App.Function.Banktransaction.Import' ]
environment: [ 'beta' ]
steps:
- run: 'echo ${{ github.ref }}'
- uses: 'actions/checkout@v3'
- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit 84becc4

Please sign in to comment.