CircleCI select branch to deploy

Looking at the docs for the CircleCi Convox Orb, there is something that is not clear.

  • How do you select the branch you want to deploy to the Rack/App?

Hey, the branch filtering logic would be container in your CircleCI config.yml.
See their docs on that here: https://circleci.com/docs/2.0/configuration-reference/#filters

1 Like