Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Latest commit

 

History

History

workspaces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Summary

Using workspaces is a strategy of having every environment applied under a different workspace from the same code.

  • Single set of variables
  • FORCED consistency throughout environments
  • Shared providers versions
  • Makes development a bit more difficult if there is a period of inconsistency
  • Never quite a real-life scenario