Search code examples
continuous-integrationconcourse

Do I need a team for each Concourse environment?


I am working with Concourse 5. There are 3 different environments in Amazon for my application: Develop, Staging and Production. Do I need to define 3 teams in Concourse too?


Solution

  • Defining a separate team for a stage is not necessary unless we need user-role management. In most cases, the default team (main) is sufficient and preferred for usual functions.