Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Jul 6, 2022
1 parent 70de9c7 commit cb1dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
}
stage("Deploy To Dev"){
steps{
tomcatDeploy("tomcat-dev","ec2-user",["172.31.13.89"])
tomcatDeploy("tomcat-dev","ec2-user",["172.31.13.89","172.31.13.89"])
}
}
}
Expand Down

0 comments on commit cb1dd5c

Please sign in to comment.