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
d1a76218b8
commit
bf84aa180b
1 changed files with 3 additions and 3 deletions
|
@ -52,11 +52,11 @@ stages:
|
|||
jobs:
|
||||
- deployment: DeployLinuxWebApp
|
||||
displayName: Deploy Linux Web App
|
||||
environment: dev
|
||||
variables:
|
||||
- group: 'Release'
|
||||
pool:
|
||||
vmImage: $(vmImageName)
|
||||
environment: dev
|
||||
variables:
|
||||
- group: Release
|
||||
strategy:
|
||||
runOnce:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue