update az cli
This commit is contained in:
parent
12e3cf2f85
commit
155b82cbea
1 changed files with 8 additions and 8 deletions
16
.github/workflows/app.yml
vendored
16
.github/workflows/app.yml
vendored
|
@ -84,13 +84,13 @@ jobs:
|
||||||
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
||||||
|
|
||||||
- name: Deploy bicep
|
- name: Deploy bicep
|
||||||
uses: Azure/cli@v2
|
uses: azure/cli@v2
|
||||||
with:
|
with:
|
||||||
azcliversion: 2.66.0
|
azcliversion: 2.75.0
|
||||||
inlineScript: |
|
inlineScript: >-
|
||||||
az deployment sub create \
|
az deployment sub create
|
||||||
--location westeurope \
|
--location westeurope
|
||||||
--template-file infrastructure/main.bicep \
|
--template-file infrastructure/main.bicep
|
||||||
--parameters infrastructure/params/${{ matrix.environment }}.bicepparam \
|
--parameters infrastructure/params/${{ matrix.environment }}.bicepparam
|
||||||
--parameters version=${{needs.versionize.outputs.semver}} \
|
--parameters version=${{needs.versionize.outputs.semver}}
|
||||||
--parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }}
|
--parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }}
|
Loading…
Add table
Add a link
Reference in a new issue