feat: use bicepparams file

This commit is contained in:
Bart van der Braak 2023-11-21 14:54:22 +01:00
parent ea0f452eba
commit 0c30fec375

View file

@ -10,10 +10,8 @@ env:
on:
push:
branches: [ main ]
paths: [ 'bicep/**', 'src/**', 'Cargo.toml', 'Cargo.lock', '.github/workflows/e2e.yml' ]
pull_request:
branches: [ main ]
paths: [ 'bicep/**', 'src/**', 'Cargo.toml', 'Cargo.lock', '.github/workflows/e2e.yml' ]
jobs:
build:
@ -49,7 +47,7 @@ jobs:
scope: subscription
region: ${{ env.LOCATION }}
template: bicep/main.bicep
parameters: bicep/main.params.json
parameters: bicep/main.test.bicepparams
deploymentName: ${{ env.DEPLOYMENT_NAME }}
none-test: