Hello, i'm new in capistrano. I have a rails website deployed via capistrano. Some times I need to change something in my code and to deploy again i run git push origin and cap deploy. Cool, everything works fine, but the problem is when users of the site upload new images this images are stored in public/images/upload and when i do cap deploy this will overwrite public/images/upload and images of user's will be deleted.
How can I add this folder in shared directory instead of release folder? Thanks, and sorry for that stupid question. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
