fernando wrote:
> Hi,
> 
> Does anone know of a way to leave a folder alone when using 'cap
> deploy'? I have a folder in my public_html folder that I upload images
> to. Everytime I cap deploy this gets erased and I have to upload all
> the images again. How can I exclude it so capistrano doesnt go near
> it?

You can't. Not in the sense you're imagining anyways. One way of 
handling this issue is to create a symlink from the public_html folder 
into the shared folder on every deploy and put the images there.

Another way of doing it is to use one of the repository caching 
solutions out there. Then you will only have to upload what's changed on 
each deploy.

-- 
Cheers,
- Jacob Atzen

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to