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
291748a864
commit
a5222239ac
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ stages:
|
|||
displayName: Deploy Linux Web App
|
||||
environment: dev
|
||||
variables:
|
||||
- group: Release
|
||||
- group: 'Release'
|
||||
pool:
|
||||
vmImage: $(vmImageName)
|
||||
strategy:
|
||||
|
@ -80,7 +80,7 @@ stages:
|
|||
displayName: Deploy Linux Web App
|
||||
environment: test
|
||||
variables:
|
||||
- group: Release
|
||||
- group: 'Release'
|
||||
pool:
|
||||
vmImage: $(vmImageName)
|
||||
strategy:
|
||||
|
@ -107,7 +107,7 @@ stages:
|
|||
displayName: Deploy Linux Web App
|
||||
environment: staging
|
||||
variables:
|
||||
- group: Release
|
||||
- group: 'Release'
|
||||
pool:
|
||||
vmImage: $(vmImageName)
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue