Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OysteinThuen committed Mar 15, 2024
1 parent ff8fb84 commit 86637b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
deploy_dev:
name: Deploy Dev
needs: [build, unittests]
# if: github.ref == 'refs/heads/trunk'
# if: github.ref == 'refs/heads/trunk'
runs-on: ubuntu-latest
environment: dev
steps:
Expand Down Expand Up @@ -97,7 +97,6 @@ jobs:
environment: prod
AZURE_CLIENT_ID: ${{ vars.AKS_CLIENT_ID }}
helmValuesPath: '.github/deploy/values.yaml'

```
### Build
Expand Down

0 comments on commit 86637b8

Please sign in to comment.