Skip to content

Commit 527c036

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent c7dccaa commit 527c036

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ steps:
1818

1919
- task: TomcatDeployment@1
2020
inputs:
21-
TomcatUrl: 'http://48.217.68.254:8080/'
22-
Username: 'tomcat'
23-
Password: 'admin@123'
21+
TomcatUrl: '$(url)'
22+
Username: '$(user)'
23+
Password: '$(pass)'
2424
Warfile: 'target/myweb-8.7.3.war'
2525
Context: '/our-app'
2626
ServerVersion: '7OrAbove'

0 commit comments

Comments
 (0)