bitops icon indicating copy to clipboard operation
bitops copied to clipboard

Discuss adding another layer called app to the ops repo

Open ccapell opened this issue 2 years ago • 0 comments

Right now the ops repo is geared towards a single application. By adding a new optional layer (application) and passing in the application and environment we can have multiple applications in a single Ops repo

An application is made of infrastructure and code to be deployed to that infrastructure.

Instead of ENV/TOOL use APP/ENV/TOOL

  • This lets each app have its own configurations.
  • Even with a repository for each application, this may still be beneficial. There may be a reason to split the front end and back end into a separate grouping.

This could be accomplished by using multiple repositories

ccapell avatar Jul 07 '22 16:07 ccapell