Skip to content

Commit

Permalink
set default value of bundle_gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
voldemar committed Feb 23, 2015
1 parent f1433ee commit e7c331a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mina/unicorn/tasks.rb
Expand Up @@ -11,6 +11,7 @@
set_default :unicorn_pid, -> { "#{deploy_to}/#{current_path}/tmp/pids/unicorn.pid" }
set_default :unicorn_cmd, -> { "#{bundle_prefix} unicorn" }
set_default :unicorn_restart_sleep_time, -> { 2 }
set_default :bundle_gemfile, -> { "#{deploy_to}/#{current_path}/Gemfile" }

desc "Start Unicorn master process"
task start: :environment do
Expand Down

0 comments on commit e7c331a

Please sign in to comment.