Skip to content

Commit 5579006

Browse files
updated deploy pipeline
1 parent 27d3bc4 commit 5579006

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
else
6565
echo "Resource group already exists."
6666
fi
67+
echo "RESOURCE_GROUP_NAME=${{ env.RESOURCE_GROUP_NAME }}" >> $GITHUB_OUTPUT
6768
6869
- name: Generate Unique Solution Prefix
6970
id: generate_solution_prefix
@@ -97,9 +98,6 @@ jobs:
9798
--parameters \
9899
Prefix="${{ env.SOLUTION_PREFIX }}" \
99100
AzureAiServiceLocation="westus" \
100-
deploymentType="GlobalStandard" \
101-
llmModel="gpt-4o" \
102-
gptModelVersion="2024-08-06" \
103101
capacity=${{ env.GPT_MIN_CAPACITY }} \
104102
imageVersion="${IMAGE_TAG}"\
105103
--debug

0 commit comments

Comments
 (0)