Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MertSenel/4ed4c1453f20c9fa0857b5a18c1bad53 to your computer and use it in GitHub Desktop.
Save MertSenel/4ed4c1453f20c9fa0857b5a18c1bad53 to your computer and use it in GitHub Desktop.
#region Service Constants
$ProjectName = 'mert'
$Stage = 'dev'
$ServiceType = 'fnc'
#$Region = "wus"
$Regions = "wus", "aue" ,"neu"
foreach($Region in $Regions) {
# The rest of the Deployment code logic goes here.
}
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment