Compare commits
No commits in common. "bc39437a8bd82610a10f7aa0f142f05b9a72a37b" and "7b0734bb32a14f8f477e199459ccf1bcfee3ed08" have entirely different histories.
bc39437a8b
...
7b0734bb32
|
|
@ -25,7 +25,7 @@ import java.util.concurrent.TimeUnit;
|
|||
public class DeployTest {
|
||||
|
||||
private static final String serviceName = "admin";
|
||||
private static final String localPath = System.getProperty("user.dir") + "//target//";
|
||||
private static final String localPath = System.getProperty("user.dir") + "\\target\\";
|
||||
private static final String remotePath = "/mnt/app/wms/" + serviceName + "/";
|
||||
private static final String jarName = "nflg-wms-" + serviceName + "-1.0.0-SNAPSHOT.jar";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue