Skip to content

Commit 084527d

Browse files
waf yaml file changes
1 parent ce6c8e2 commit 084527d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy-waf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
az deployment group create \
102102
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103103
--template-file infra/main.bicep \
104-
--parameters @main.waf-aligned.bicepparam azureOpenAILocation=${{ env.AZURE_LOCATION }}
104+
--parameters infra/main.waf-aligned.bicepparam \
105+
--parameters azureOpenAILocation=${{ env.AZURE_LOCATION }}
105106
106107
107108
- name: Send Notification on Failure

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
az deployment group create \
102102
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
103103
--template-file infra/main.bicep \
104-
--parameters @main.bicepparam azureOpenAILocation=${{ env.AZURE_LOCATION }}
104+
--parameters infra/main.bicepparam \
105+
--parameters azureOpenAILocation=${{ env.AZURE_LOCATION }}
105106
106107
107108
- name: Send Notification on Failure

0 commit comments

Comments
 (0)