Can OpenDeploy translate <source-area>/dirA/subA/*.* to <target-area>/dirB/*.*. Right now it seems like OD can only deploy <source-area>/dirA/subA/*.* to <target-area>/dirA/subA/*.*.Thanks ahead of time.
Yes, exactly, that is what I would have expected: you specify a source and it's path, then you deploy to the target at a specified path. The source path should not be preserved at the target, but in fact, that is exactly what is happening.Pouring through the OD reference, I can't see a thing I'm doing wrong, but either I am, or OD cannot do what I need it to do. (I assume that the problem is on my end).I have attached the OD deploymentConfiguration -- see any problems? I just want everything under "assets" copied to the "assets" folder at the target, but I want everything under "html/insight" copied to the target root, not a "html/insight" folder at the target.Should be easy, right? Maybe it is and I'm just getting caught up in some obscure syntax.Thanks ahead of time.