You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we're all interested in modernizing our envs, using docker and CI/ CD, we first need to understand what our architecture would look like.
We should have 2/3 type of envs- to your choice;
Local envs- where we develop, so they should respond fast, not require maintenance, and should be responsive to code changes. All services, including FE/ BE/ node jobs should run there, as well as MYSQL.
STG/ PROD envs
Dynamic envs (?)- that can be lifted upon request, by github actions, upon branch selection and ready to use with some seed data and all processes run automatically.
As we're all interested in modernizing our envs, using docker and CI/ CD, we first need to understand what our architecture would look like.
We should have 2/3 type of envs- to your choice;
@Sund3 @gruppin @tomers What are your thoughts?
The text was updated successfully, but these errors were encountered: