Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Put the actual region names to be added to deployment name so it's clear where they are being sent.
  • Loading branch information
grecoe committed Jan 28, 2020
1 parent dde63d8 commit 40c6e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
maxParallel: 3
matrix: {"east": {"azurelocation": "eastus", "azurergname" : "amlbtchscreastus"},"southcentral": {"azurelocation": "southcentralus", "azurergname" : "amlbtchscrsouthctrl"},"west": {"azurelocation": "westus2", "azurergname" : "amlbtchscrwestus"}}
matrix: {"eastus": {"azurelocation": "eastus", "azurergname" : "amlbtchscreastus"},"southcentralus": {"azurelocation": "southcentralus", "azurergname" : "amlbtchscrsouthctrl"},"westus2": {"azurelocation": "westus2", "azurergname" : "amlbtchscrwestus"}}

steps:
- bash: |
Expand Down

0 comments on commit 40c6e1e

Please sign in to comment.