Skip to content

Commit

Permalink
Refactor ie-bank-infra.yml to improve readability and maintainability
Browse files Browse the repository at this point in the history
  • Loading branch information
alguadam committed Oct 5, 2024
1 parent e621681 commit 8dfa800
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ie-bank-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,13 @@ jobs:
subscriptionId: ${{ env.SUBSCRIPTION_ID_DEV }}
resourceGroupName: ${{ env.RESOURCE_GROUP_DEV }}
template: ./main.bicep
parameters: ./parameters/dev.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 }}
parameters: |
./parameters/dev.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 }}

0 comments on commit 8dfa800

Please sign in to comment.