From 214a5b52853f0a4575f702bfcdc8d7bb4ac27b15 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Sun, 12 Nov 2023 05:24:38 +0000 Subject: [PATCH] added branch prompted variable to destroy runbook --- .octopus/variables.ocl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.octopus/variables.ocl b/.octopus/variables.ocl index 01043e3..7b3a480 100644 --- a/.octopus/variables.ocl +++ b/.octopus/variables.ocl @@ -2,9 +2,13 @@ variable "Kubernetes.Namespace" { value "shipped-#{Octopus.Release.Git.BranchName}" {} } +variable "OctopusServerURL" { + value "https://michrich.octopus.app" {} +} + variable "Branch" { value { - process = ["runbook/create-branch-environment"] + process = ["runbook/create-branch-environment", "runbook/destroy-branch-environment"] prompt { description = "" @@ -12,8 +16,4 @@ variable "Branch" { required = true } } -} - -variable "OctopusServerURL" { - value "https://michrich.octopus.app" {} } \ No newline at end of file