mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Deploy to Staging
This commit is contained in:
parent
bf84aa180b
commit
7ca598449c
1 changed files with 6 additions and 6 deletions
|
@ -78,11 +78,11 @@ stages:
|
|||
jobs:
|
||||
- deployment: DeployLinuxWebApp
|
||||
displayName: Deploy Linux Web App
|
||||
environment: test
|
||||
variables:
|
||||
- group: 'Release'
|
||||
pool:
|
||||
vmImage: $(vmImageName)
|
||||
environment: test
|
||||
variables:
|
||||
- group: Release
|
||||
strategy:
|
||||
runOnce:
|
||||
deploy:
|
||||
|
@ -105,11 +105,11 @@ stages:
|
|||
jobs:
|
||||
- deployment: DeployLinuxWebApp
|
||||
displayName: Deploy Linux Web App
|
||||
environment: staging
|
||||
variables:
|
||||
- group: 'Release'
|
||||
pool:
|
||||
vmImage: $(vmImageName)
|
||||
environment: staging
|
||||
variables:
|
||||
- group: Release
|
||||
strategy:
|
||||
runOnce:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue