💚 Corrige le test sur demo.mon-entreprise.fr

pull/456/head
Johan Girod 2019-02-12 19:20:04 +01:00 committed by Mael
parent ef9145af77
commit 7be41ece02
1 changed files with 4 additions and 4 deletions

View File

@ -125,10 +125,6 @@ to = "/mon-entreprise.html"
status = 200
[context.demo]
EN_SITE = "https://demo.mon-entreprise.fr${path}?s=m"
FR_SITE = "https://demo.mon-entreprise.fr${path}"
[context.deploy-preview.environment]
EN_SITE = "${path}?s=m"
FR_SITE = "${path}"
@ -136,3 +132,7 @@ status = 200
[context.production.environment]
EN_SITE = "https://mycompanyinfrance.fr${path}"
FR_SITE = "https://mon-entreprise.fr${path}"
[context."demo"]
EN_SITE = "https://demo.mon-entreprise.fr${path}?s=m"
FR_SITE = "https://demo.mon-entreprise.fr${path}"