xgamerx-cap-recipes 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ Capistrano::Configuration.instance(true).load do
|
|
11
11
|
|
12
12
|
desc "Stops the backgroundrb worker processes"
|
13
13
|
task :stop, :role => :app do
|
14
|
-
run "cd #{current_path} &&
|
14
|
+
run "cd #{current_path} && ruby script/backgroundrb stop -e #{backgroundrb_env}"
|
15
15
|
end
|
16
16
|
|
17
17
|
desc "Starts the backgroundrb worker processes"
|
data/lib/cap_recipes/version.rb
CHANGED