Skip to content

Commit

Permalink
SN10 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Nov 22, 2024
1 parent 52a85e9 commit 2b83fec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ jobs:
secrets: inherit
needs: deploy_to_dev3
if: github.ref == 'refs/heads/master'

deploy_to_prod2:
name: Deploy to prod 2
uses: ./.github/workflows/helm_deploy.yaml
with:
environment: prod2
secrets: inherit
needs: deploy_to_dev3
if: github.ref == 'refs/heads/master'

0 comments on commit 2b83fec

Please sign in to comment.