When you ran the command manually were you logged in as deployer? It could
be that deployer doesn't have bundle in its path.
You could try using cap shell and running `which bundle` to see if it is in
the environment that capistrano runs in.

On Thu, Feb 4, 2010 at 4:49 PM, BJ Neilsen <[email protected]> wrote:

> Hi all,
>
> I'm using Yehuda's Bundler gem to manage my app's dependencies and am
> trying to get capistrano to run my bundle commands for me. I've seen
> several posts on how to get this working for but all of the posts are
> referencing Bundler's older way of doing things (0.8.x) and I've
> upgraded to 0.9.1. All I'm trying to accomplish is running bundle
> install --without test in my after update_code hook. I've added gists
> for my deploy.rb as well as the output with the errors that can be
> found here[1].
>
> Basically when I run cap deploy:cold I get an error that the bundle
> couldn't be found. If I take the same command it is trying to run and
> run it in an ssh terminal on the server, everything works just fine.
>
> I'm running ruby 1.9.1p376 on Snow Leopard. My capistrano gem version
> is 2.5.14. Thanks in advance for any troubleshooting assistance.
>
> BJ Neilsen
>
> [1] http://gist.github.com/295222
>
> --
> * 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]<capistrano%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/capistrano?hl=en




-- 
-Nick Howard
http://blog.baroquebobcat.com/

-- 
* 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

Reply via email to