From 4ebcaa7d5fd40b2b879009340de606dd85a8e3db Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Fri, 17 Jun 2022 11:23:48 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed7f9c37..7e265b4d 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 +``` -- GitLab