Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Sanity check (LS WF -> diff branches to diff servers)
Andy Knipp
OK, I have a TS server pushing to LS Server A and DB A.
We have another branch coming live that will do to a different DB and different LS server)
From what I have determined so far, I add another bean:
bean id="customer.teamsite.DeploymentService.OpenDeploy.DeploymentTargetMap" parent="teamsite.DeploymentService.OpenDeploy.DeploymentTargetMap"
with the new target for OD.
Then in the WF definition I use the different class name in the deploytask. If I want to use the same WF then I need to calculate the bean id instead of hard coding it.
Sound correct ?
Then my issue is what about the DB ? We have 2 external servers, one is local (hosting A with a local DB for LS), the second is hosted somewhere, we cannot share the DB. So I need to push to a different DB as well.
Tips/pointers/RTFMs appreciated
Andy
Find more posts tagged with
Comments
There are no comments yet