Skip to content

Commit

Permalink
old deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed May 10, 2024
1 parent 13a6b86 commit 9a893fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:

deploy-infra:
needs: [begin-deployment]
uses: Enterprise-CMCS/managed-care-review/.github/workflows/deploy-infra-to-env.yml@main
uses: Enterprise-CMCS/managed-care-review/.github/workflows/deploy-infra-to-env.yml@mt-demoott
with:
environment: dev
stage_name: ${{ needs.begin-deployment.outputs.stage-name}}
Expand All @@ -278,7 +278,7 @@ jobs:
needs.api-unit-tests.result == 'success' &&
needs.build-prisma-client-lambda-layer.result == 'success' &&
needs.begin-deployment.result == 'success'
uses: Enterprise-CMCS/managed-care-review/.github/workflows/deploy-app-to-env.yml@main
uses: Enterprise-CMCS/managed-care-review/.github/workflows/deploy-app-to-env.yml@mt-demoott
with:
environment: dev
stage_name: ${{ needs.begin-deployment.outputs.stage-name }}
Expand Down

0 comments on commit 9a893fb

Please sign in to comment.