Commit 63514ab5 by Karl Kloppenborg Committed by GitHub

Merge pull request #5 from hpetru/fix/deploy

Fix start_sneakers undefined variable issue
parents b727ceec 856cdfbe
...@@ -107,6 +107,7 @@ namespace :sneakers do ...@@ -107,6 +107,7 @@ namespace :sneakers do
end end
#execute :bundle, :exec, :sneakers, args.compact.join(' ') #execute :bundle, :exec, :sneakers, args.compact.join(' ')
else else
args = []
# Using custom sneakers setup # Using custom sneakers setup
args.push "--index #{idx}" args.push "--index #{idx}"
args.push "--pidfile #{pid_file}" args.push "--pidfile #{pid_file}"
......
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