From 545105483ed5d377d720cb8b58ebbb7bd958463f Mon Sep 17 00:00:00 2001 From: aashika0929 Date: Wed, 13 Jun 2018 10:42:49 +0530 Subject: [PATCH] Update manifest.yml --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 0afb995..a9d3bf5 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,5 +2,5 @@ applications: - name: hello-spring-cloud instances: 1 - host: hello-spring-cloud-${random-word} + host: hello-spring-cloud path: target/hello-spring-cloud-0.0.1.BUILD-SNAPSHOT.jar