Skip to content

Commit

Permalink
Merge pull request #12 from Fgruntjes/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
Fgruntjes authored Sep 27, 2022
2 parents 07925ab + b257220 commit 2d37b00
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Deploy
on:
release:
types: [published]
Expand Down 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 2d37b00

Please sign in to comment.