Skip to content

Commit

Permalink
SN10
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 22, 2024
1 parent 1e4a39f commit 7fe5ed7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ jobs:
secrets: inherit
#if: github.ref == 'refs/heads/meshdb'
needs: deploy_to_dev3

deploy_to_prod2:
name: Deploy to prod 2
uses: ./.github/workflows/helm-deploy.yaml
with:
environment: prod2
secrets: inherit
#if: github.ref == 'refs/heads/meshdb'
needs: deploy_to_dev3

0 comments on commit 7fe5ed7

Please sign in to comment.