From 170cc25310c430566294cf38dc0b0bba1976e805 Mon Sep 17 00:00:00 2001 From: Nishchal Gautam Date: Sat, 24 Aug 2019 13:19:24 +0700 Subject: [PATCH] fix(ci): now --- now.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/now.json b/now.json index ad4e101..014f6dd 100644 --- a/now.json +++ b/now.json @@ -1,7 +1,7 @@ { "version": 2, - "name": "handlebar-templates", - "alias": "ht", + "name": "pr_label_enforcer", + "alias": "ple", "builds": [ { "src": "/lib/index.js", @@ -15,6 +15,8 @@ } ], "env": { + "APP_ID": "32985", + "APP_NAME": "Pull Request Label Enforcer", "LOG_LEVEL": "info", "NODE_ENV": "production" }