Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rchidana committed Nov 21, 2023
1 parent c2aa40b commit 94da228
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ steps:
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'

- task: TomcatDeployment@1
inputs:
TomcatUrl: 'http://aca1-2406-7400-56-8199-355c-f483-9e3-6505.ngrok-free.app'
Username: 'deployer'
Password: 'deployer'
Warfile: 'target/mvnwebapp.war'
Context: '/azure-deploy'
ServerVersion: '7OrAbove'

0 comments on commit 94da228

Please sign in to comment.