Skip to content

Commit 58aa7a3

Browse files
Simplify deployment command in deploy.yml
Removed unnecessary output option from deployment command.
1 parent 492517f commit 58aa7a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ jobs:
138138
frontendContainerImageTag="${IMAGE_TAG}" \
139139
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
140140
gptModelCapacity=150 \
141-
createdBy="Pipeline" \
142-
--output json
141+
createdBy="Pipeline"
143142
144143
- name: Extract Web App and API App URLs
145144
id: get_output

0 commit comments

Comments
 (0)