This commit is contained in:
Jeremy Zimmerman 2023-05-12 09:18:34 -04:00
parent 16cc46dbf8
commit 119fde35fa

View file

@ -48,7 +48,7 @@ stages:
# Dev Build/Deploy
- stage: Dev
variables:
- group: ISS-dev
- group: ISS-Dev
jobs:
- deployment: devBuildDeployment
displayName: Build and Deploy ISS - Dev
@ -92,7 +92,7 @@ stages:
- stage: Test
condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
variables:
- group: ISS-sys
- group: ISS-Test
jobs:
- deployment: testBuildDeployment
displayName: Build and Deploy ISS - Test
@ -144,10 +144,10 @@ stages:
awsProfile: $(sysDeploymentProfile)
# QA Build/Deploy
- stage: Qa
- stage: QA
condition: eq(variables['Build.SourceBranch'], variables['qa-branch'] )
variables:
- group: ISS-qa
- group: ISS-QA
jobs:
- deployment: qaBuildDeployment
displayName: Build and Deploy ISS - QA
@ -202,7 +202,7 @@ stages:
- stage: Prod
condition: succeeded('Qa')
variables:
- group: ISS-prod
- group: ISS-Prod
jobs:
- deployment: prodBuildDeployment
displayName: Build and Deploy ISS - Prod