Settings and activity
7 results found
-
51 votes
Dave supported this idea ·
-
152 votes
Dave supported this idea ·
An error occurred while saving the comment -
5 votes
Dave supported this idea ·
-
183 votes
Dave supported this idea ·
-
112 votes
-
32 votes
An error occurred while saving the comment Dave commented
This is certainly needed. We roll out a package to 3 servers but server1 has an additional step that is best being ran before the deployment is done to the remaining servers.
-
108 votes
Dave supported this idea ·
This may help some... I've created a 2 step octopus process to do this; the first step pulls down the msi package wraps it in a nugget and pushes it to the octopus repo. The 2nd step turns on maintenance mode, deploys the nugget, installs the msi, then turns maintenance off. I did it like this to ensure the same package goes to the test and live environment and can be done by the users of octopus. It would be far easier if the feature was built in.