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,