From 29d5df6911399e28d9208fd859bab34e267aa596 Mon Sep 17 00:00:00 2001 From: Robert Sutton Date: Tue, 25 May 2021 14:16:46 -0400 Subject: [PATCH] fixing yaml --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f75a2273e..3ae8fb8e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,8 +54,8 @@ stages: artifact: drop # Deploy to prod if "isMain" == true -- stage: Deploy - displayName: Deploy stage +- stage: DeployProd + displayName: Deploy prod stage dependsOn: Build condition: and(succeeded(), eq(variables.isMain, true)) jobs: @@ -77,8 +77,8 @@ stages: package: '$(Pipeline.Workspace)/drop/**/target/*.?(war|jar)' # Deploy to dev if "isMain" == false -- stage: Deploy - displayName: Deploy stage +- stage: DeployDev + displayName: Deploy dev stage dependsOn: Build condition: succeeded() jobs: