Skip to content

Commit 58aaa6f

Browse files
Update deploy.yml
1 parent e82a8be commit 58aaa6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
az deployment group create \
7272
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
7373
--template-file infra/main.bicep \
74-
--parameters AzureAiServiceLocation=northcentralus Prefix=${{ env.SOLUTION_PREFIX }}
74+
--parameters AzureAiServiceLocation=northcentralus Prefix=${{ env.SOLUTION_PREFIX }}\
75+
--debug
7576
7677
7778
- name: Send Notification on Failure

0 commit comments

Comments
 (0)