mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
a80ccacd37
commit
703edd3f3e
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- deployment: deploy${{parameters.DeploymentType}}
|
- deployment: deploy${{parameters.DeploymentType}}
|
||||||
displayName: Deploy ${{parameters.DeploymentType}}
|
displayName: Deploy ${{parameters.DeploymentType}}
|
||||||
environment: github-servermanager-${{ lower(parameters.DeploymentType) }}
|
environment: github-${{ lower(parameters.DeploymentType) }}
|
||||||
workspace:
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- deployment: deploy${{parameters.DeploymentType}}
|
- deployment: deploy${{parameters.DeploymentType}}
|
||||||
displayName: Deploy ${{parameters.DeploymentType}}
|
displayName: Deploy ${{parameters.DeploymentType}}
|
||||||
environment: github-servermanager-${{ lower(parameters.DeploymentType) }}
|
environment: github-${{ lower(parameters.DeploymentType) }}
|
||||||
workspace:
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue