diff --git a/.octopus/Random Quotes - Config As Code/channels.ocl b/.octopus/Random Quotes - Config As Code/channels.ocl new file mode 100644 index 0000000..e536e48 --- /dev/null +++ b/.octopus/Random Quotes - Config As Code/channels.ocl @@ -0,0 +1,3 @@ +channel "Default" { + is_default = true +} \ No newline at end of file diff --git a/.octopus/Random Quotes - Config As Code/deployment_process.ocl b/.octopus/Random Quotes - Config As Code/deployment_process.ocl new file mode 100644 index 0000000..e69de29 diff --git a/.octopus/Random Quotes - Config As Code/deployment_settings.ocl b/.octopus/Random Quotes - Config As Code/deployment_settings.ocl new file mode 100644 index 0000000..0d7c2b6 --- /dev/null +++ b/.octopus/Random Quotes - Config As Code/deployment_settings.ocl @@ -0,0 +1,6 @@ +connectivity_policy { +} + +versioning_strategy { + template = "#{Octopus.Version.LastMajor}.#{Octopus.Version.LastMinor}.#{Octopus.Version.NextPatch}" +} \ No newline at end of file diff --git a/.octopus/Random Quotes - Config As Code/schema-version.ocl b/.octopus/Random Quotes - Config As Code/schema-version.ocl new file mode 100644 index 0000000..a45a2af --- /dev/null +++ b/.octopus/Random Quotes - Config As Code/schema-version.ocl @@ -0,0 +1 @@ +version = 2 \ No newline at end of file