diff --git a/lib/cli/deploy.coffee b/lib/cli/deploy.coffee index 225a5166..faa3b4a8 100644 --- a/lib/cli/deploy.coffee +++ b/lib/cli/deploy.coffee @@ -15,7 +15,6 @@ module.exports = (cli, args) -> if !args.env and fs.existsSync(path.join(args.path, 'app.production.coffee')) args.env = 'production' - delete args.env project = new Roots args.path, env: args.env