diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index e69de29..2a989f0 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -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 = "" + } +} \ No newline at end of file diff --git a/.octopus/harrietrunbook/runbooks/harriet-testing-bug.ocl b/.octopus/harrietrunbook/runbooks/harriet-testing-bug.ocl index ccc85e8..58f9733 100644 --- a/.octopus/harrietrunbook/runbooks/harriet-testing-bug.ocl +++ b/.octopus/harrietrunbook/runbooks/harriet-testing-bug.ocl @@ -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" diff --git a/.octopus/runbooks/showcase-test-1.ocl b/.octopus/runbooks/showcase-test-1.ocl new file mode 100644 index 0000000..582b105 --- /dev/null +++ b/.octopus/runbooks/showcase-test-1.ocl @@ -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 = "" + } + } +} \ No newline at end of file diff --git a/.octopus/schema_version.ocl b/.octopus/schema_version.ocl index b6e3687..d55ce03 100644 --- a/.octopus/schema_version.ocl +++ b/.octopus/schema_version.ocl @@ -1 +1 @@ -version = 8 \ No newline at end of file +version = 9 \ No newline at end of file