Skip to content

Commit

Permalink
Merge pull request #195 from DFE-Digital/1619-bug-technical-guidance-…
Browse files Browse the repository at this point in the history
…deployment-failure

Fixed pipeline failures
  • Loading branch information
VenkataChalla554 authored Feb 9, 2024
2 parents 9b85158 + 6daec53 commit fb1f895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: echo "matrix-environment=review" >> $GITHUB_OUTPUT

- name: Prepare matrix environments for production
id: matrix-env-main
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
id: matrix-env-master
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: |
echo "matrix-environment=production" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fb1f895

Please sign in to comment.