Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
step "deploy-a-helm-chart" {
name = "Deploy a Helm Chart"
properties = {
Octopus.Action.TargetRoles = "feature-toggles"
}

action {
action_type = "Octopus.HelmChartUpgrade"
properties = {
Octopus.Action.GitRepository.Source = "Project"
Octopus.Action.Helm.ResetValues = "True"
Octopus.Action.Kubernetes.ResourceStatusCheck = "True"
Octopus.Action.Script.ScriptSource = "GitRepository"
}
worker_pool = "hosted-windows"
worker_pool_variable = ""
}
}
52 changes: 49 additions & 3 deletions .octopus/harrietrunbook/runbooks/harriet-testing-bug.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,55 @@ process {
properties = {
Octopus.Action.Script.ScriptBody = <<-EOT
"hello world"

Testing all of the things.
🐶
this is me
Life should be mm-mm yeah
Fun for everyone
Every now and then I'm insecure
Let me show you life can be so pure
Seize the day
Wear a big happy smile on your face
Every life a little rain will fall
That won't change my attitude at all
You are you, I am me, we'll be free
Hello world, this is me
Life should be mm-mm yeah
Fun for everyone
Hello world come and see
Life should be
Fun for everyone
Life is easy if you wear a smile
Just be yourself, don't ever change your style
I like you, you like me
Let's have fun, be happy
Look into my eyes and tell me straight
For you I'll make the whole world wait
Let me know if it's so let it show
Hello world, this is me
Life should be mm-mm yeah
Fun for everyone
Hello world, come and see
This is me
Come on baby, don't be afraid
Come on baby, it's not too late, say you do
Won't you open up the door and let me in
Di-di-di yeah, di-di
Yeah, yeah, yeah
Open up the door for me
Yeah, yeah, mm-mm yeah
Hello world, this is me
Life should be mm-mm yeah
Fun for everyone
Hello world, come and see
Life should be
Fun for everyone
Hello world, this is me
Life should be
Fun for everyone
Fun for you and
Fun for me and
Fun for everyone
Fun for everyone
🐴
EOT
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
Expand Down
32 changes: 32 additions & 0 deletions .octopus/runbooks/showcase-test-1.ocl
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name = "Showcase Test 1"
default_guided_failure_mode = "EnvironmentDefault"
description = ""

connectivity_policy {
allow_deployments_to_no_targets = true
}

run_retention_policy {
quantity_to_keep = 100
}

process {
step "update-to-runbook" {
name = "Update to Runbook"
properties = {
Octopus.Action.TargetRoles = "showcase-targets"
}

action {
action_type = "Octopus.Script"
properties = {
Octopus.Action.RunOnServer = "false"
Octopus.Action.Script.ScriptBody = "Hello World "
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
OctopusUseBundledTooling = "False"
}
worker_pool_variable = ""
}
}
}
2 changes: 1 addition & 1 deletion .octopus/schema_version.ocl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 8
version = 9