mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
d8faddb4eb
commit
bba9b91185
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ stages:
|
||||||
environment: github-servermanager-beta
|
environment: github-servermanager-beta
|
||||||
|
|
||||||
- stage: deployRelease
|
- stage: deployRelease
|
||||||
displayName: Release
|
displayName: Production
|
||||||
lockBehavior: runLatest
|
lockBehavior: runLatest
|
||||||
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source'))
|
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/source'))
|
||||||
dependsOn:
|
dependsOn:
|
||||||
|
|
@ -113,5 +113,5 @@ stages:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- deployment: deployRelease
|
- deployment: deployRelease
|
||||||
displayName: Deploy Release
|
displayName: Deploy Production
|
||||||
environment: github-servermanager-release
|
environment: github-servermanager-release
|
||||||
Loading…
Add table
Add a link
Reference in a new issue