From 2e59fee40de2093c04251d7d6cbce275c834031f Mon Sep 17 00:00:00 2001 From: Albert Mourato Date: Sun, 10 Jun 2018 14:39:32 -0300 Subject: [PATCH] Adds healthcheck --- wedeploy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wedeploy.json b/wedeploy.json index b92f780..688e6a1 100755 --- a/wedeploy.json +++ b/wedeploy.json @@ -1,3 +1,6 @@ { - "id": "ruby" + "id": "ruby", + "healthCheck": { + "url": "localhost" + } }