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

Latest commit

 

History

History
9 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 339 Bytes

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