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'