In OpenDeploy 5.6 at least, there is something called a fanout deploy, where you can deploy to a web farm... problem being, the area you deploy them to have to have the same path ... something like
C:\Inetpub\wwwroot\
well we have a farm set where we want to deploy to ones, some are on one drive, others are on another ... like
X:\Inetpub\wwwroot
Y:\Inetpub\wwwroot
the directory structure is exactly the same, and in the documentation is says by default is expects the directory structure to be the same, unless overrriden. Well I can't find documentation on how to override this ... please help