diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 34edff5..11d9b8b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,12 @@ # Maven +- task: TomcatDeployment@1 + inputs: + TomcatUrl: 'http://36d8-2406-7400-56-8199-5ddb-33c3-aec7-8bf8.ngrok-free.app' + Username: 'deployer' + Password: 'deployer' + Warfile: '**/*.war' + Context: '/azure-deploy' + ServerVersion: '7OrAbove' # Build your Java project and run tests with Apache Maven. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/java