I'm trying to use the :deploy_via :copy strategy, but I often get an
error like
* executing "cd /home/username/rails/my_app/releases && tar xzf /tmp/
20070610171048.tar.gz && rm /tmp/20070610171048.tar.gz"
servers: ["mycompany.com"]
[mycompany.com] executing command
** [out :: mycompany.com] tar: /tmp/20070610171048.tar.gz: Cannot
open
I assume this means that it's having trouble writing the tar.gz file
to /tmp/. This may be because I do not have write access there, or it
may be because my connection is a little flaky and the file times
out. I've checked the /tmp/ directory, and there is indeed no
such .tar.gz file. Is there a way to change the target location for
the upload? I know how to change the target deploy directory, but
that isn't the same (clearly).
-Gaius
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---