Update steps

This commit is contained in:
Henne Vogelsang 2023-02-22 16:41:57 +00:00 committed by Octopus Deploy
parent bb440b23b6
commit 50252490e6

View file

@ -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'