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
Feature Branch Deployment backend for testing merge request
2
+
Feature Branch Deployment backend for merge requests' testings.
3
+
> Not complete production app, just to show an example
4
+
5
+
## Description
6
+
7
+
Using nginx-proxy to create an auto-refreshing routing system for multiple docker-compose apps in a single network to allow users to access apps via different domains created from branch slug.
8
+
9
+
Example:
10
+
Developer opens Merge Request with a feature. Team-lead or analyst needs to review it. CI/CD system deploys this app version along with others. So the reviewer could access it via subdomain style link like `http://feature-branch.awesome-app.com`
11
+
12
+
## Use-cases
13
+
14
+
* Store and Show deployed branches
15
+
* Stop and clean up a branch
16
+
* Open public access for a branch by switching access port
0 commit comments