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
1f2db1de16
commit
4ca2837b30
1 changed files with 13 additions and 13 deletions
|
@ -110,17 +110,17 @@ stages:
|
|||
environment: staging
|
||||
variables:
|
||||
- group: Release
|
||||
strategy:
|
||||
runOnce:
|
||||
deploy:
|
||||
steps:
|
||||
- download: current
|
||||
artifact: drop
|
||||
- task: AzureWebApp@1
|
||||
displayName: 'Azure Web App Deploy: springpet-clinic-javase8'
|
||||
inputs:
|
||||
azureSubscription: $(azureSubscription)
|
||||
appType: webAppLinux
|
||||
appName: '$(JavaWebAppStaging)'
|
||||
package: '$(Pipeline.Workspace)/drop/**/target/*.?(war|jar)'
|
||||
strategy:
|
||||
runOnce:
|
||||
deploy:
|
||||
steps:
|
||||
- download: current
|
||||
artifact: drop
|
||||
- task: AzureWebApp@1
|
||||
displayName: 'Azure Web App Deploy: springpet-clinic-javase8'
|
||||
inputs:
|
||||
azureSubscription: $(azureSubscription)
|
||||
appType: webAppLinux
|
||||
appName: '$(JavaWebAppStaging)'
|
||||
package: '$(Pipeline.Workspace)/drop/**/target/*.?(war|jar)'
|
||||
|
Loading…
Reference in a new issue