Deploy is Running Twice

I have a TeamCity build.

It creates releases for all subprojects withou specifying an Environment so it does not deploy. Then I create the orchestrator release using all the subproject artifacts. On that one, I include the environment (DEV) which causes the CI deployment to kick off… as this is the only tenant in the DEV Environment.

Only problem, is it’s kicking off TWO deployments one after the other. Any idea why this is happening?

Hi Jesse,

Thanks for getting in touch! Is it possible your subproject has a trigger on it that is automatically deploying it once the release is created? That might account for the first of two deployments, where the second is created when a Deploy a Release step is run in the master project.

I hope that helps narrow down what’s going on, and please don’t hesitate to reach out with any questions or concerns moving forward. :slight_smile:

Best regards,

Kenny

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