Update steps
This commit is contained in:
parent
bb440b23b6
commit
50252490e6
1 changed files with 2 additions and 0 deletions
|
|
@ -3,8 +3,10 @@ step "hello-world-using-bash" {
|
||||||
|
|
||||||
action {
|
action {
|
||||||
action_type = "Octopus.Script"
|
action_type = "Octopus.Script"
|
||||||
|
environments = ["staging"]
|
||||||
is_required = true
|
is_required = true
|
||||||
properties = {
|
properties = {
|
||||||
|
Octopus.Action.EnabledFeatures = "Octopus.Features.SubstituteInFiles"
|
||||||
Octopus.Action.RunOnServer = "true"
|
Octopus.Action.RunOnServer = "true"
|
||||||
Octopus.Action.Script.ScriptBody = <<-EOT
|
Octopus.Action.Script.ScriptBody = <<-EOT
|
||||||
echo 'Hello world, using Bash'
|
echo 'Hello world, using Bash'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue