Fix bluepill recipe. Refs #1
This commit is contained in:
parent
c0b3350a2f
commit
697e9df87e
|
@ -1,6 +1,6 @@
|
|||
Capistrano::Configuration.instance(:must_exist).load do
|
||||
namespace :bluepill do
|
||||
set :bluepill_binary, "APP_NAME=#{fetch :application} bundle exec bluepill --no-privileged"
|
||||
set(:bluepill_binary) {"APP_NAME=#{fetch :application} bundle exec bluepill --no-privileged"}
|
||||
|
||||
desc "Stop processes that bluepill is monitoring and quit bluepill"
|
||||
task :quit, :roles => [:app], :on_error => :continue do
|
||||
|
|
Loading…
Reference in New Issue