Skip to content

Commit

Permalink
Restore Qmod deployment to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ravidalon committed Feb 20, 2025
1 parent cf79fce commit 2696412
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Internal-automatic-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ on:

jobs:
deploy-prod:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: production
secrets: inherit

deploy-staging:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: staging
secrets: inherit

0 comments on commit 2696412

Please sign in to comment.