From f7959302a434790eac4007c9aef40e8cd00a2f47 Mon Sep 17 00:00:00 2001 From: Albert Mourato Date: Sun, 10 Jun 2018 14:46:07 -0300 Subject: [PATCH] Adds healthcheck --- wedeploy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wedeploy.json b/wedeploy.json index 58099fd..bf79e78 100644 --- a/wedeploy.json +++ b/wedeploy.json @@ -1,3 +1,6 @@ { - "id": "nodejs" + "id": "nodejs", + "healthCheck": { + "url": "localhost" + } }