Skip to content

Commit

Permalink
fix(deployment): staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Jun 2, 2023
1 parent 90e83c2 commit 88bf486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
inlineScript: |
# Basic
az configure --defaults location=${{ vars.REGION }}
az configure --defaults group=rg-${{ env.PRODUCT }}-${{ github.ref_name }}-${{ vars.VERSION }}
az configure --defaults group=rg-${{ env.PRODUCT }}-staging-${{ vars.VERSION }}
#TODO: EMS-1176: MS SQL DB setup

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
inlineScript: |
# Basic
az configure --defaults location=${{ vars.REGION }}
az configure --defaults group=rg-${{ env.PRODUCT }}-${{ github.ref_name }}-${{ vars.VERSION }}
az configure --defaults group=rg-${{ env.PRODUCT }}-staging-${{ vars.VERSION }}
- name: CLI 📝
run: |
Expand Down

0 comments on commit 88bf486

Please sign in to comment.