Skip to content

Commit

Permalink
fix(EMS-4098): fixed deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Jan 10, 2025
1 parent 1658332 commit 276eeff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/webapp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
region:
description: 'Azure region'
required: true
group:
resource:
description: 'Azure resource group'
required: true
credentials:
Expand Down Expand Up @@ -54,7 +54,7 @@ runs:
inlineScript: |
# Basic
az configure --defaults location=${{ inputs.region }}
az configure --defaults group=${{ inputs.group }}
az configure --defaults group=${{ inputs.resource }}
# Step 3: Log in to Azure.
- name: Azure 🔐
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
needs: [setup]
environment: ${{ needs.setup.outputs.environment }}
runs-on: [self-hosted, EXIP, deployment]
if: ${{ '1' == vars.DATABASE }}
env:
ENVIRONMENT: ${{ needs.setup.outputs.environment }}

Expand Down

0 comments on commit 276eeff

Please sign in to comment.