Skip to content

Commit 60fc08d

Browse files
feat: updated one click deployment github action parameters
1 parent add28a4 commit 60fc08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
az deployment group create \
5959
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
6060
--template-file infra/main.bicep \
61-
--parameters ResourcePrefix=codegen AiLocation=northcentralus
61+
--parameters AzureAiServiceLocation=northcentralus Prefix=codegen
6262
6363
6464
- name: Send Notification on Failure

0 commit comments

Comments
 (0)