Multiple environments - same machines

In a similar vein to my other post, if we have both staging and production on the same machines - will it “confuse” Octopus by adding the same machines multiple times? A previous post I read seemed to suggest that the deployments aren’t parametrized by environment when they’re pushed to the same machine?

Many thanks

Hi James,

That used to be the case, but it isn’t anymore. When Tentacle extracts the package it will go to:

C:\Apps\<Environment>\<Package>\<Version>

E.g.,

C:\Apps\Production\MyApp.Web\1.0.0

(Assuming you set your path to C:\Apps during tentacle setup in this example)

I use this configuration myself to run staging and production releases on the same machines for an internal application.

Paul

Ah, perfect! Thanks Paul.