From 0ccae335dcbacc694e397bcace9b358bcf66a37b Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 12 Apr 2016 01:40:58 -0400 Subject: [PATCH] added absolute .env path --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index ffd8b8a2..65420021 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -151,7 +151,7 @@ module.exports = function(grunt) { src: '.env' }, default: { - src: '.env' + src: '/opt/deploy/.env' }, production: { src: '.prod.env'