Hi all, I'm using railsless to deploy a php app, and using deploy_via=copy (actually, I'm currently using murder, but for this purpose that's the same as copy).
As I understand it, the sequence of events in a deploy is something like: * checkout code * copy to tmp dir * create tarball * copy to nodes * unpack new code on nodes * symlink new code I'd like to process the code *before* it is bundled into the tarball (specifically, I want to pack the js and css). We have scripts to do it, but I want to run them as part of the cap deploy. Does anyone know the appropriate callback to use, ie. something that is run *after* the code has ben copied to the tmp dir and *before* the tarball is created? -- "Feed that ego and you starve the soul" - Colonel J.D. Wilkes http://www.theshackshakers.com/ -- * 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
