python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Octopus deploy process: share data between steps
Given a runbook/process with 3 steps
step 1 and step 2 both write some JSON data to an output variable (JSON for an object)
Set-OctopusVariable -name "SharedData" -value ($sharedObject | C...
Peter
Votes: 0
Answers: 2
OctopusDeploy not deploying package to Custom Installation Directory
I'm pretty new to OctopusDeploy and am trying to set up a process to deploy our artifact to multiple Windows Servers.
As of right now it is deploying the package to the default working directory of C:...
Cam
Votes: 0
Answers: 1
Is there a way in terraform to create a replacement group of related resources before destroying the original group?
I have a VM template I'm deploying an Azure Virtual Desktop environment with terraform (via octopus deploy) to Azure. On top of the Virtual Machines, I'm installing a number of extensions which culmin...
Sean Connelly
Votes: 0
Answers: 0
Octopus Deployment to Production environment
Using Octopus I want to be able to have a set up so that attempting to deploy to a Production environment includes a warning to the user and a manual intervention to continue, to prevent accidental Pr...
EzaBlade
Votes: 0
Answers: 1