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
058ace6cd7
commit
1f2db1de16
1 changed files with 5 additions and 5 deletions
|
@ -116,11 +116,11 @@ stages:
|
|||
steps:
|
||||
- download: current
|
||||
artifact: drop
|
||||
- task: AzureWebApp@1
|
||||
- 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)'
|
||||
azureSubscription: $(azureSubscription)
|
||||
appType: webAppLinux
|
||||
appName: '$(JavaWebAppStaging)'
|
||||
package: '$(Pipeline.Workspace)/drop/**/target/*.?(war|jar)'
|
||||
|
Loading…
Reference in a new issue