Skip to content

Commit 7f03fb5

Browse files
Updated the region to eastus for deploy pipeline
1 parent d5c511c commit 7f03fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
rg_exists=$(az group exists --name ${{ env.RESOURCE_GROUP_NAME }})
9999
if [ "$rg_exists" = "false" ]; then
100100
echo "Resource group does not exist. Creating..."
101-
az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location northcentralus || { echo "Error creating resource group"; exit 1; }
101+
az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location eastus || { echo "Error creating resource group"; exit 1; }
102102
else
103103
echo "Resource group already exists."
104104
fi

0 commit comments

Comments
 (0)