On Sat, Oct 15, 2011 at 7:43 PM, Greg Akins <[email protected]> wrote: > > On Sat, Oct 15, 2011 at 5:05 PM, Donovan Bray <[email protected]> wrote: >> >> Actually you need to cd first >> run "cd #{latest_release}; bin/rake whatever" >> Sorry was doing it from memory, end my brain doesn't have ECC. > > I'm sorry, this doesn't make sense to me. > The task being run is the built in deploy:cold. I don't know where, in the > deploy.rb that I'd add that code. >
Finally found something. I added 'require "bundler/capistrano"' at the top of config/deploy.rb and the deploy:cold worked fine. -- Greg Akins http://twitter.com/akinsgre -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
