Skip to content

Commit b79e459

Browse files
fixed deployment step
1 parent ca1b337 commit b79e459

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ jobs:
135135
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
136136
--template-file infra/main.bicep \
137137
--parameters \
138-
Prefix="${{ env.SOLUTION_PREFIX }}" \
138+
solutionName="${{ env.SOLUTION_PREFIX }}" \
139139
aiDeploymentsLocation="eastus" \
140+
useWafAlignedArchitecture=false \
140141
capacity=${{ env.GPT_MIN_CAPACITY }} \
141142
imageVersion="${IMAGE_TAG}"\
142143
--debug

0 commit comments

Comments
 (0)