Skip to content

Commit 55349fb

Browse files
Update deploy-KMGeneric.yml
1 parent a49782a commit 55349fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-KMGeneric.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
az deployment group create \
121121
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
122122
--template-file infra/main.bicep \
123-
124123
--parameters environmentName=${{env.SOLUTION_PREFIX}} contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" imageTag=${{ steps.determine_tag.outputs.tagname }} gptDeploymentCapacity=150
125124
126125
@@ -355,4 +354,4 @@ jobs:
355354
if: always()
356355
run: |
357356
az logout
358-
echo "Logged out from Azure."
357+
echo "Logged out from Azure."

0 commit comments

Comments
 (0)