diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index a01dcf9..55fb244 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -3,7 +3,6 @@ step "plan-to-apply-a-terraform-template" { action "terraform-plan" { action_type = "Octopus.TerraformPlan" - environments = ["development"] is_required = true properties = { Octopus.Action.GoogleCloud.ImpersonateServiceAccount = "False" @@ -46,7 +45,6 @@ step "approve-plan" { action { action_type = "Octopus.Manual" - environments = ["development"] is_required = true properties = { Octopus.Action.Manual.BlockConcurrentDeployments = "False" @@ -55,6 +53,7 @@ step "approve-plan" { #{Octopus.Action[Terraform Plan].Output.TerraformPlanOutput} ``` EOT + Octopus.Action.RunOnServer = "false" } } }