Skip to content

Commit c7e0f6a

Browse files
fix: resolve the CAdeploy pipeline issue (#586)
* feat: Add psl-fixCAdeploy branch to deployment triggers and update parameter for AI deployments * Remove psl-fixCAdeploy branch from deployment triggers
1 parent bd1979d commit c7e0f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
DEPLOY_OUTPUT=$(az deployment group create \
147147
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
148148
--template-file infra/main.bicep \
149-
--parameters AzureOpenAILocation=${{ env.AZURE_LOCATION }} environmentName=${{ env.SOLUTION_PREFIX }} cosmosLocation=westus gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \
149+
--parameters aiDeploymentsLocation=${{ env.AZURE_LOCATION }} environmentName=${{ env.SOLUTION_PREFIX }} cosmosLocation=westus gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \
150150
--query "properties.outputs" -o json)
151151
152152

0 commit comments

Comments
 (0)