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 5e4ee78 commit ab12e56
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 @@ -54,3 +54,12 @@ jobs:
environment: prod1
secrets: inherit
#if: github.ref == 'refs/heads/meshdb-admin'

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

0 comments on commit ab12e56

Please sign in to comment.