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'