Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Irfan #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ trigger:
variables:

# Azure Resource Manager connection created during pipeline creation
azureSubscription: '4c8e7db9-7472-409e-8b5a-49c63cab73e1'
azureSubscription: 'K8sAzureDevops'

# Web app name
webAppName: 'java-spring-boot'
webAppName: 'jspringboot'

# Agent VM image name
vmImageName: 'ubuntu-latest'
Expand Down Expand Up @@ -69,4 +69,4 @@ stages:
azureSubscription: $(azureSubscription)
appType: webAppLinux
appName: $(webAppName)
package: '$(System.ArtifactsDirectory)/drop/**/target/*.?(war|jar)'
package: '$(System.ArtifactsDirectory)/drop/**/target/*.?(war|jar)'
1 change: 1 addition & 0 deletions dummy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hi this is new amendmnts