Hum... It seems nice to have the option to tweek your code before
uploading.
As a workaround: When I've faced similar needs, I've done it like this:
1. Create a rake task in my codebase that does the processing I want
(invoke yui-compress, etc...). Make sure this task is committed.
2. Create an after "deploy:finalize_update" an invoke the rake task there.
This means that I have to be sure that all the tools needed by the rake
task are installed on each server. If I could invoke the rake tasks
locally, then I wouldn't need to deploy those tools.
Best regards,
Manuel.
PS: I'd love to see some hooks on the copy strategies, though.
On 08/31/2011 01:42 PM, Lee Hambley wrote:
No, there isn't Serg, we'd be open to adding some in-scm callbacks, if
there are some common paradigms which apply to the popular SCMs.
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" 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/capistrano?hl=en