From 50252490e6ab3082fbdf050bdd4c5564eed78d9a Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 22 Feb 2023 16:41:57 +0000 Subject: [PATCH] Update steps --- .octopus/deployment_process.ocl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 1363d94c..f8186e28 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -3,8 +3,10 @@ step "hello-world-using-bash" { action { action_type = "Octopus.Script" + environments = ["staging"] is_required = true properties = { + Octopus.Action.EnabledFeatures = "Octopus.Features.SubstituteInFiles" Octopus.Action.RunOnServer = "true" Octopus.Action.Script.ScriptBody = <<-EOT echo 'Hello world, using Bash'