Skip to content

Instantly share code, notes, and snippets.

@Dalmirog-zz
Last active November 17, 2016 18:07
Show Gist options
  • Select an option

  • Save Dalmirog-zz/f1367c8fbe06ba7c20d9311d1724cba8 to your computer and use it in GitHub Desktop.

Select an option

Save Dalmirog-zz/f1367c8fbe06ba7c20d9311d1724cba8 to your computer and use it in GitHub Desktop.

Revisions

  1. @dalmirog dalmirog revised this gist Nov 17, 2016. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions channelsStrategy.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,10 @@
    - whatever
    --whatever 2
    * 1 Project
    * 2 Lifecycles
    - Lifecycle one can be called "Dev Only" and should only contain the "Dev" environment.
    - Lifecycle 2 "Default Lifecycle" should contain the rest of the environments.
    * 2 Channels
    - Channel "Dev Only" Will use the "Dev Only" lifecycle and will have a rule that will only deploy packages with the *unstable* tag
    - Channel "Default" will use "Default Lifecycle" and will have a rule to make it only deploy packages without tags.

    You can read more about Channels configurations here: http://docs.octopusdeploy.com/display/OD/Channels
    You'll particularly want to pay attention to the *Versioning Rules* section: http://docs.octopusdeploy.com/display/OD/Channels#Channels-DefiningVersionRulesversionrules
  2. @dalmirog dalmirog created this gist Nov 17, 2016.
    2 changes: 2 additions & 0 deletions channelsStrategy.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    - whatever
    --whatever 2