Hello all,
I am having trouble with deployment. I had previously had Capistrano
2.0 set up and deploying properly, but hadn't used it in a couple
weeks. Today I tried to deploy and got this:
precious:~/Code/____/trunk cameron$ cap deploy:check
[DEPRECATION] Capistrano.configuration is deprecated. Use
Capistrano::Configuration.instance instead
* executing `deploy:check'
* executing "test -d /usr/local/www/____/releases"
servers: ["____.com"]
connection failed for: ____.com (NoMethodError: private method `split'
called for nil:NilClass)
(I've removed the url because its not public yet)
I can't seem to figure out what is going on, I've looked at all the
usage of split in the Capistrano code and can't find a case where this
is happening.
Any ideas?
Thanks,
Cameron
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---