We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c511c commit 7f03fb5Copy full SHA for 7f03fb5
1 file changed
.github/workflows/deploy.yml
@@ -98,7 +98,7 @@ jobs:
98
rg_exists=$(az group exists --name ${{ env.RESOURCE_GROUP_NAME }})
99
if [ "$rg_exists" = "false" ]; then
100
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; }
+ az group create --name ${{ env.RESOURCE_GROUP_NAME }} --location eastus || { echo "Error creating resource group"; exit 1; }
102
else
103
echo "Resource group already exists."
104
fi
0 commit comments