Hi all,
I'm using capistrano to deploy my application. But I have to copy the
images/* directory manually each time to the current release. Is there a
way to make capistrano do this for me?
Something like:
run "cp -r ~/#{previous_release}/public/images/users/*
~/current/public/images/users/
Thanks in advance!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---