From 1b7a0fb0455882a15bba4209c4b517f3b18fdc32 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 25 Nov 2023 19:58:06 -0600 Subject: [PATCH] [skip ci] --- .octopus/deployment_process.ocl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } } }