This is on a VPS server. Running RVM. Nginx.

I'm working on a Mac.

So I run:

cap deploy:cold

And everything works fine, until after it sets the symbolic link the
the /current folder, and does a deploy:migrate, BUT when it tries to
do a RAKE command it fails:


* executing "cd /home/myuser/domains/example.com/releases/
20101128031050; rake RAILS_ENV=production  db:migrate"
    servers: ["example.com"]/myuser/
    [example.com] executing command
*** [err :: example.com] rake aborted!
*** [err :: example.com]
*** [err :: example.com] No Rakefile found (looking for: rakefile,
Rakefile, rakefile.rb, Rakefile.rb)
*** [err :: example.com]
*** [err :: example.com] /usr/local/rvm/gems/ree-1.8.7-2010...@global/
gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakefile'
*** [err :: example.com]
*** [err :: example.com] (See full trace by running task with --trace)
*** [err :: example.com]
    command finished
failed: "/usr/local/bin/rvm-shell 'r...@rails3' -c 'cd /home/myuser/
domains/example.com/releases/20101128031050; rake
RAILS_ENV=production  db:migrate'" on example.com


What could the issue be?

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