Commit ec384dbd by Karl Kloppenborg

forgot to add stage

parent 45fecff2
......@@ -102,7 +102,7 @@ namespace :sneakers do
info "Starting the sneakers processes"
#workers.each do |worker|
with rails_env: :production, workers: workers do
with rails_env: fetch(:stage), workers: workers do
rake 'sneakers:run'
end
#execute :bundle, :exec, :sneakers, args.compact.join(' ')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment