From 4a075525e44810a2c5b25c3098eb790c89b3d4d6 Mon Sep 17 00:00:00 2001 From: Albert Mourato Date: Fri, 8 Jun 2018 18:41:02 -0300 Subject: [PATCH] Adds healthCheck --- wedeploy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wedeploy.json b/wedeploy.json index af03f04..bc29fc4 100644 --- a/wedeploy.json +++ b/wedeploy.json @@ -1,3 +1,6 @@ { - "id": "maven" + "id": "maven", + "healthCheck": { + "url": "localhost:8080" + } } \ No newline at end of file