OD to OD scenario's

Hey,

Just looking for some approaches on a flow that would allow us to create a package in team city, push to our OD and deploy to say a QA and TEST environment. Then when happy we promote this to our clients OD instance.

Currently we copy the package to a Nuget Server which the client has set up as a feed in their OD server, but we are hitting some friction on the feed setup and it seems that releases are not automatically created on the clients OD server when a package is copied to the Nuget Feed.

Is there something I’m missing? Is there a better approach?

Many thanks

Reuben

Hi Reuben,

Thanks for getting in touch!

Octopus does not automatically create a release when a package is copied.
You will either need to do it manually or use Octo.exe to create the release.

Documentation for Octo.exe can be found here:

Hope that helps!

Vanessa