Compare commits
8 Commits
7b0734bb32
...
bc39437a8b
| Author | SHA1 | Date |
|---|---|---|
|
|
bc39437a8b | |
|
|
7bf728f811 | |
|
|
6a14d8cd20 | |
|
|
d0dff7f7e3 | |
|
|
7761a841c7 | |
|
|
210503269d | |
|
|
6a7eb68240 | |
|
|
ff0b7ff323 |
|
|
@ -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