Skip to content

Commit 88bafa6

Browse files
remove redundant replica settings for container and API apps in deployment workflow
1 parent 0f40bd9 commit 88bafa6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ jobs:
149149
gptModelName="gpt-4o" \
150150
gptModelVersion="2024-08-06" \
151151
gptDeploymentCapacity="30" \
152-
minReplicaContainerApp="1" \
153-
maxReplicaContainerApp="1" \
154-
minReplicaContainerApi="1" \
155-
maxReplicaContainerApi="1" \
156-
minReplicaContainerWeb="1" \
157-
maxReplicaContainerWeb="1" \
158152
aiDeploymentsLocation="${{ env.AZURE_LOCATION }}" \
159153
--query "properties.outputs" -o json); then
160154
echo "❌ Deployment failed. See logs above."

0 commit comments

Comments
 (0)