Hi all. I just came across the deploy:upload task: very cool. I need to be able to push some image files up to our farm periodically, and would prefer not to do a full deployment for each new image push.
It seems like I can do something like the following: cap deploy:upload FILES=public/images/ However, this seems like it would upload all images, which is inefficient. Of course I could explicitly name each new image file I want uploaded, but this is tedious. So... Is there a clean way for handling this situation? Ideally, it would be something like the remote_cache strategy, only uploading new images. Something like cap deploy:images would be lovely :-) Any direction here? Thank you much. -Chris --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
