Hacker News new | ask | show | jobs
by masterofmisc 1352 days ago
Can you tell me what the difference is between your DEV and SANDBOX environemnts is? Curious to know.
1 comments

We typically use Sandbox for significant deployment changes such as upgrading to Node 16, updating security policies, etc. in an isolated environment. If things break, it doesn’t impact DEV/QA.
Ahh gotcha.. Thanks for the info. Thats useful to know.