added absolute .env path

This commit is contained in:
David Baldwynn 2016-04-12 01:40:58 -04:00
parent 70b2ea51be
commit 0ccae335dc

View File

@ -151,7 +151,7 @@ module.exports = function(grunt) {
src: '.env'
},
default: {
src: '.env'
src: '/opt/deploy/.env'
},
production: {
src: '.prod.env'