Tenants

Hi everyone,
I’m new to octopus and I’m trying to make automation deployment using tenants.
in my case i got 2 instances (1 for web application and one for SQL)
i created 2 projects, one for the web application process and another one for SQL process.
is there a way to create a release that will deploy the 2 project for 1 tenant at the same time? or call 1 project from another one?
Hope that you guys can give me any suggestions.

Octopus version 2018.8.3
Thanks,

Tal

Hi Tal,

Thanks for getting in touch! Since when deploying to tenants, it creates a separate deployment task per tenant, if you want them deployed within the same task you’d want to combine these projects into one with multiple steps. You could also use the Deploy a Release step in one project to deploy a release in the other project. We have some comprehensive documentation detailing this step.

We also have a blog post on Coordinating Projects with the Deploy Release Step that may help. :slight_smile:

I hope this helps get you going! Please don’t hesitate to reach out if you have any further questions moving forward.

Best regards,

Kenny

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.