You could store your photos under "#{deploy_to}/shared/photos" in
production (shared/ directory is shared between releases). E.g. define
PHOTOS_DIR in config/environments/production.rb and development.rb and
use it when storing. For development, the directory could be under
public.

--
A.H.

On May 11, 7:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> By the way I am using the deployment via checkout.
>
> On May 10, 9:12 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > I have a set up where I have files stored in a folder in the public
> > directory in a folder called photos. How do I tell capistrano to not
> > delete those files? (right now by default it is removing all the files
> > in my public_html folder and copying the new ones in so its deleting
> > my uploded photos.)
--~--~---------~--~----~------------~-------~--~----~
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