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'