mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-12 01:11:10 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
3b6b2df836
commit
ad91d00892
1 changed files with 4 additions and 4 deletions
|
|
@ -9,13 +9,13 @@ trigger:
|
|||
variables:
|
||||
|
||||
# Azure Resource Manager connection created during pipeline creation
|
||||
azureSubscription: 'f2d2d411-6474-4864-b094-c796eba16764'
|
||||
azureSubscription: 'f7fe32e6-68ef-4ad1-a0bf-0bbc71db7dd3'
|
||||
|
||||
# Web app name
|
||||
webAppName: 'adowebapp123'
|
||||
webAppName: 'myjavaapp2055'
|
||||
|
||||
# Environment name
|
||||
environmentName: 'adowebapp123'
|
||||
environmentName: 'myapp-service-plan'
|
||||
|
||||
# Agent VM image name
|
||||
vmImageName: 'ubuntu-latest'
|
||||
|
|
@ -60,7 +60,7 @@ stages:
|
|||
deploy:
|
||||
steps:
|
||||
- task: AzureWebApp@1
|
||||
displayName: 'Azure Web App Deploy: adowebapp123'
|
||||
displayName: 'Azure Web App Deploy: myjavaapp2055'
|
||||
inputs:
|
||||
azureSubscription: $(azureSubscription)
|
||||
appType: webAppLinux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue