Skip to content

Commit

Permalink
Refactor ie-bank-infra.yml to add UAT deployment and modify deploymen…
Browse files Browse the repository at this point in the history
…t name for UAT environment
  • Loading branch information
alguadam committed Oct 11, 2024
1 parent 45bfc2b commit e84b07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ie-bank-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
deploy-uat:
# if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
needs: build
needs: [build,deploy-dev]
environment:
name: 'UAT'

Expand All @@ -76,4 +76,4 @@ jobs:
resourceGroupName: ${{ env.RESOURCE_GROUP_DEV }}
template: ./main.bicep
parameters: ./parameters/uat.parameters.json appServiceAPIEnvVarENV=${{ vars.ENV }} appServiceAPIEnvVarDBHOST=${{ vars.DBHOST }} appServiceAPIEnvVarDBNAME=${{ vars.DBNAME }} appServiceAPIEnvVarDBPASS=${{ secrets.DBPASS }} appServiceAPIDBHostDBUSER=${{ secrets.DBUSER }} appServiceAPIDBHostFLASK_APP=${{ vars.FLASK_APP }} appServiceAPIDBHostFLASK_DEBUG=${{ vars.FLASK_DEBUG }}
deploymentName: ${{ env.USER_ALIAS }}
deploymentName: ${{ env.USER_ALIAS }}-uat

0 comments on commit e84b07b

Please sign in to comment.