Skip to content

Commit

Permalink
Update HostedServiceDeploymentManager.java (#2684)
Browse files Browse the repository at this point in the history
Update HostedServiceDeploymentManager.java
  • Loading branch information
Yasirmod17 authored Mar 9, 2024
1 parent 851200d commit ed3cbb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public HostedServiceDeploymentResult doDeploy(Identity identity, HostedServiceDe
HttpPost request = new HttpPost(new URIBuilder()
.setScheme("http")
.setHost(deployConf.domain)
.setPort(deployConf.port)
//.setPort(deployConf.port)
.setPath(deployConf.path)
.build());
StringEntity stringEntity = new StringEntity(mapper.writeValueAsString(artifact));
Expand Down

0 comments on commit ed3cbb2

Please sign in to comment.