From b1d0ca821e1f3fa2968eb25b90d626be62f312d3 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 10 May 2013 19:44:14 -0700 Subject: [PATCH] fix unicorn deploy for staging --- config/deploy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy.rb b/config/deploy.rb index a20e383ad..9d6b76969 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,6 @@ set :stages, %w(production staging) set :default_stage, "staging" +set :unicorn_env, "staging" require 'capistrano/ext/multistage' require 'bundler/capistrano'