Skip to content

Commit be0ca64

Browse files
committed
Update resource group name in Azure deployment workflow for Bicep template
1 parent 99da83c commit be0ca64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
az group create --name ${{ vars.RESOURCE_GROUP_NAME }} --location ${{ vars.RESOURCE_GROUP_LOCATION }}
3838
echo "Resource Group Created"
3939
40-
- name: Deploy Bicep Template
40+
- name: Deploy Bicep Template
4141
uses: azure/arm-deploy@v1
4242
with:
4343
scope: resourcegroup
44-
resourceGroupName: rg-urlshortener-dev
44+
resourceGroupName: rg-urlshortener-2-dev
4545
template: infrastructure/main.bicep
4646
failOnStdErr: true

0 commit comments

Comments
 (0)