All,
We have a setup where we deploy to multiple servers, this works fine, see definition:
<replicationFarm name="to_FARM">
<nodeRef useNode="SERVER1"/>
<nodeRef useNode="SERVER2"/>
</replicationFarm>
now we want to deploy to both servers synchronously, so deploy to SERVER1 and when that is finished deploy to SERVER2
Any ideas how to get this working?
thnx