|
|
|
|
|
by coreycollins
5364 days ago
|
|
I cringe at the thought of putting versioning gates all over my code, but maybe that's the easiest solution. What about having two code bases on your production server and having your web server (nginx) route the traffic accordingly? 85% goes to the current code base and 15% goes to the new one? If that's possible it would seem pretty easy. |
|
Gating would probably work better in the long term as you get more devs and users, and need to do things like A/B/C testing.