Skip to content

Commit

Permalink
Refactor ie-bank-infra.yml to remove unnecessary line breaks and impr…
Browse files Browse the repository at this point in the history
…ove readability
  • Loading branch information
alguadam committed Oct 5, 2024
1 parent f58605e commit 5ea86b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ie-bank-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,5 @@ 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 5ea86b6

Please sign in to comment.