Skip to content

Commit

Permalink
sn10 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Nov 22, 2024
1 parent f6c1466 commit 25d8a9b
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 @@ -56,3 +56,12 @@ jobs:
environment: prod1
secrets: inherit
if: github.ref == 'refs/heads/meshdb'

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

0 comments on commit 25d8a9b

Please sign in to comment.