From feff311793819e6644cc4ea426b4d97b43348bac Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Wed, 8 Sep 2021 16:02:01 +0200
Subject: [PATCH] doc

---
 docs/dev/setup.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/dev/setup.md b/docs/dev/setup.md
index 3b13e899e..840cdb092 100644
--- a/docs/dev/setup.md
+++ b/docs/dev/setup.md
@@ -12,12 +12,18 @@ And as each university is multi-website, we need ways to:
 
 ## Production
 
+```
+git remote add production git@ssh.osc-fr1.scalingo.com:osuny-production.git
+```
+
 - https://demo.osuny.org
 - https://bordeauxmontaigne.osuny.org
 - https://clermontauvergne.osuny.org
 
 ## Staging
 
+No setup to do, it's auto-deployed from Github.
+
 - https://demo.osuny.dev
 - https://bordeauxmontaigne.osuny.dev
 - https://clermontauvergne.osuny.dev
-- 
GitLab