Skip to content

Commit c960f3d

Browse files
authored
Add branch index section to README
Added branch index section to README for clarity on environment branches.
1 parent 815b9e1 commit c960f3d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This is a combination API backend for workspaces, providing /workspaces* methods
66
the OSM API ("openstreetmap website") plus OSM CGI-map (the C-accelerated methods) that enforces
77
authorization and authentication based on a TDEI/Keycloak JWT token (see main.py for this proxy logic).
88

9+
## Branch Index
10+
11+
* ```develop``` do your work here
12+
* ```development``` keep this up to date with the "development" environment / dev tag
13+
* ```staging``` keep this up to date with the "staging" environment / stage tag
14+
* ```production``` keep this up to date with the "production" environment / prod tag
15+
*
916
## To start on your local machine for dev work
1017

1118
```

0 commit comments

Comments
 (0)