From 072bebc765fc96e9325eb2a4adaa2ab3ce1bb7f0 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 12 Apr 2016 01:55:10 -0400 Subject: [PATCH] fixed port --- gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index c09afe65..784fd6c6 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -149,9 +149,10 @@ module.exports = function(grunt) { secure: { NODE_ENV: 'secure', }, - default: { + production: { + NODE_ENV: 'production' + }, src: '/opt/deploy/.env' - } }, mochaTest: { src: watchFiles.serverTests,