lib/shuttle/support/bundler.rb in shuttle-deploy-0.2.0.beta16 vs lib/shuttle/support/bundler.rb in shuttle-deploy-0.2.0
- old
+ new
@@ -28,10 +28,11 @@
cmd = [
"bundle install",
"--quiet",
"--path #{bundle_path}",
+ "--retry=3",
"--binstubs",
"--deployment"
].join(' ')
res = ssh.run("cd #{release_path} && #{cmd}", &method(:stream_output))
@@ -40,6 +41,6 @@
error "Unable to run bundle: #{res.output}"
end
end
end
end
-end
\ No newline at end of file
+end