From 15641fe26c0ebd1c13224747567b333f225c9965 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 23 Dec 2022 00:08:11 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index fe6d6143..5adeab5b 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -41,6 +41,12 @@ stages: - deployment: deployBeta displayName: Deploy Beta environment: github-servermanager-beta + + strategy: + runOnce: + deploy: + steps: + - checkout: GitHubRepo - stage: deployRelease displayName: Production