Skip to content

Commit 9e63927

Browse files
Update README.md
1 parent 8f13c8d commit 9e63927

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# FBD Backend
2-
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

Comments
 (0)