Skip to content

Commit 7dc1997

Browse files
Add AZURE_LOCATION environment variable to deployment region setup
1 parent 3450efb commit 7dc1997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
run: |
9191
echo "Selected Region: $VALID_REGION"
9292
echo "AZURE_AI_LOCATION=$VALID_REGION" >> $GITHUB_ENV
93+
echo "AZURE_LOCATION=$VALID_REGION" >> $GITHUB_ENV
9394
if [ "$VALID_REGION" == "eastus" ] || [ "$VALID_REGION" == "westus3" ]; then
9495
echo "AZURE_LOCATION=uksouth" >> $GITHUB_ENV
9596
fi

0 commit comments

Comments
 (0)