Skip to content

Commit

Permalink
fixes domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
zecarrera committed Jul 10, 2024
1 parent 054a7f8 commit 89d6b89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/azDevOps/azure/azuredevops-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ variables:

# Domain names
- name: base_domain_nonprod
value: nonprod.ensonostacks.com
value: nonprod.stacks.ensono.com
- name: base_domain_internal_nonprod
value: nonprod.ensonostacks.internal
value: nonprod.stacks.ensono.internal
- name: base_domain_prod
value: prod.ensonostacks.com
value: prod.stacks.ensono.com
- name: base_domain_internal_prod
value: prod.ensonostacks.internal
value: prod.stacks.ensono.internal

# Environment
# Set the name of the resource group that has the DNS zones to be updated
- name: dns_zone_resource_group
value: "Stacks-Ancillary-Resources"
value: "stacks-ancillary-resources"

# GitHub information
- name: create_release
Expand Down

0 comments on commit 89d6b89

Please sign in to comment.