GIT Advice : main/dev two dashboards one server

we would like some advice from fellow GIT users. Our goal is to have our production dashboard and development dashboard running on the same server, with production sync’d with our main GIT branch and dev sync’d with the dev branch. Is this possible? if so how is it acheived?

We don’t support two different branches for a single server. You’d have to either stand up a dev server or just include your dev dashboard in your production git branch and restrict it to certain users.

1 Like