From 3739a29b4f3e09247bf78b15ee0b32f43a295f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Maniaci?= Date: Tue, 23 Feb 2021 00:49:20 +0000 Subject: [PATCH] cap: tentative production fix --- config/deploy.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index f001451..02f1202 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -16,7 +16,9 @@ # Default value for default_env is {} set :default_env, - DISPLAY: ':13' + DISPLAY: ':13', + NODE_ENV: 'production' + # Default value for local_user is ENV['USER'] # set :local_user, -> { `git config user.name`.chomp }