Hi All,
For our QA environment our author is configured with 2 publisher instances.
I have to push both bundle and packages onto both the publishers.
How i need to include these profiles in maven build script?
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Kishore,
using CI is the recommended way to deploy to each environment, it's an industry best practice, nothing to do with AEM.
However if you are not using CI, then you can have separate profiles for each publish instance or you can write a shell script that can upload to both publish instances using "curl" commands.
Another way is to activate the package from package manager on the author which would deploy the packages via any configured replication agents.
Regards,
Opkar
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Kishore,
using CI is the recommended way to deploy to each environment, it's an industry best practice, nothing to do with AEM.
However if you are not using CI, then you can have separate profiles for each publish instance or you can write a shell script that can upload to both publish instances using "curl" commands.
Another way is to activate the package from package manager on the author which would deploy the packages via any configured replication agents.
Regards,
Opkar
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies