Home
TeamSite
TeamSite, LiveSite and OpenDeploy
WFM/LiveSite/OD exclusion filters
Andy Knipp
TS 6.7.2, SP/LS workflow (WFM), Linux, OD 6.2
Using the OOTB WF for LiveSite. It has a createList entry for OD, something like:
[html]
^(//[^/]+)?/default/.*/WORKAREA/[^/]/sites/.*
[/html]
that should deploy only files from /sites. Easy enough, I would like to use te same mechanism for deploying the remainder of the content to the apache site
something like:
[html]
^(//[^/]+)?/default/.*/WORKAREA/[^/]/(^[sites])/.*
[/html]
Is that the correct syntax ?
Find more posts tagged with
Comments
There are no comments yet