|
|
|
|
|
by deckar01
3430 days ago
|
|
You don't have to wait until you migrate to containerized deploys. Last year my team started deploying our project to folders named after the branch and setup one apache rule to redirect all *.dev. subdomains to the correct folder. We call them virtual development environments, and they worked really well with our existing QA process. |
|
This also sounds very specific (probably using apache+cgi?). It won't really work for most techs out there.