diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 0b29de8..897e1e3 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -89,8 +89,8 @@ jobs: azcliversion: 2.75.0 inlineScript: >- az deployment sub create - --location westeurope - --template-file infrastructure/main.bicep - --parameters infrastructure/params/${{ matrix.environment }}.bicepparam - --parameters version=${{needs.versionize.outputs.semver}} - --parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }} \ No newline at end of file + --location westeurope + --template-file infrastructure/main.bicep + --parameters infrastructure/params/${{ matrix.environment }}.bicepparam + --parameters version=${{needs.versionize.outputs.semver}} + --parameters registryUrl=${{ secrets.ACR_LOGIN_SERVER }} \ No newline at end of file