aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-pinning-major-version/deployment.xml
blob: 7fe9ca1d1518b8f182b72fc64835a88f61e0d044 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version='1.0' major-version='6'>
  <test />
  <staging />
  <prod>
    <region active="true">us-east</region>
    <region active="false">us-west-1</region>
  </prod>
</deployment>