Skip to content

Commit defb530

Browse files
authored
Add branch dev to the build status table
1 parent 216059d commit defb530

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ HTTP Server to expose a web directory to serve different files for a configurabl
44

55
| Build | Status
66
| ----------------------------------------- | -------------------
7-
| python-server | [![Build Status](https://dev.azure.com/samliniger/python-server/_apis/build/status/samliniger.python-server?branchName=master)](https://dev.azure.com/samliniger/python-server/_build/latest?definitionId=1&branchName=master)
7+
| python-server (master | [![Build Status](https://dev.azure.com/samliniger/python-server/_apis/build/status/samliniger.python-server?branchName=master)](https://dev.azure.com/samliniger/python-server/_build/latest?definitionId=1&branchName=master)
8+
| python-server (master | [![Build Status](https://dev.azure.com/samliniger/python-server/_apis/build/status/samliniger.python-server?branchName=dev)](https://dev.azure.com/samliniger/python-server/_build/latest?definitionId=1&branchName=dev)
89

910
# How-to
1011
Start the server
@@ -17,4 +18,4 @@ Without docker compose
1718
```console
1819
docker build -t python-server .
1920
docker run -it --rm -p 80:8000 -e "REQUEST_LIMIT=2" -v $PWD/web/:/usr/src/app/web --name running-server python-server
20-
```
21+
```

0 commit comments

Comments
 (0)