Skip to content

Commit 68d52aa

Browse files
Fix syntax error in deploy.yml
1 parent 58aa7a3 commit 68d52aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
frontendContainerImageTag="${IMAGE_TAG}" \
139139
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
140140
gptModelCapacity=150 \
141-
createdBy="Pipeline"
141+
createdBy="Pipeline" \
142+
--debug
142143
143144
- name: Extract Web App and API App URLs
144145
id: get_output

0 commit comments

Comments
 (0)