learngit/docs/branching_strategies.md

646 B

branching strategies


Branch to env mapping

branch -> env

  • prod -> prod

  • mo -> mo

  • qa -> qa

  • master -> dev (feature branches are created from master)

    • specific tagged commits can be deployed from master to any of the dev or qa envs

    Env configs can be generated with a combination of env vars and other source-controlled files