added absolute .env path
This commit is contained in:
parent
70b2ea51be
commit
0ccae335dc
@ -151,7 +151,7 @@ module.exports = function(grunt) {
|
||||
src: '.env'
|
||||
},
|
||||
default: {
|
||||
src: '.env'
|
||||
src: '/opt/deploy/.env'
|
||||
},
|
||||
production: {
|
||||
src: '.prod.env'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user