mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
feat: use bicepparams file
This commit is contained in:
parent
ea0f452eba
commit
0c30fec375
1 changed files with 1 additions and 3 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue