diff --git a/README.md b/README.md
index ed7f9c378d58663f9080891e941957c9f1d873ac..7e265b4df93458ddb3a814404487429c29d7f7e9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # ippidb-web
 
-This repository contains the django web application that manages the iPPI-DB
-database. 
+This repository contains the django web application that manages the iPPI-DB database. 
+
+The pre-prod branch (i.e: master) is served at https://ippidb.dev.pasteur.cloud/.
 
 ## run flake8 before commit
 From the root of the project:
@@ -51,4 +52,4 @@ date
 # 5 minutes
 gzip -d -c ippisite/db-django-4.0.sql.gz  | kubectl exec --stdin --tty $POD -- psql
 date
-```
\ No newline at end of file
+```