Deploy to Staging

This commit is contained in:
Bongas 2020-05-13 15:47:55 +08:00
parent 058ace6cd7
commit 1f2db1de16

View file

@ -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)'