Multiple Applications part of same package

Hi,

Our Buildsystem currently generates a zip file which contains more than 1 applications, e.g. Build 1234.zip has two folder 1 for a.b.com and other c.d.com, how to deploy this to two different roles so, that a.b.com folder goes to Target role A and c.d.com should go to Target Role C.

Thanks,
Nitin

Hi Nitin,

Thanks for getting in touch! To deploy different applications to different roles, I would suggest zipping up each application separately. You can then have two separate package steps and target each to a single role accordingly.

Otherwise, you could theoretically target both roles in the same package step, and write a custom script to do whatever you need based on role. However, I should note I haven’t tested this.

I hope this helps! Let me know if you have any further questions or concerns going forward. :slight_smile:

Best regards,

Kenny