From 572816efbcb000e4f361fc737fcab78689edfdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Jul 2020 13:46:34 +0200 Subject: [PATCH] grandlyon: update corbas production recipe --- grandlyon/recipes/prod/corbas.json | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/grandlyon/recipes/prod/corbas.json b/grandlyon/recipes/prod/corbas.json index 776c9f6..5ee85ae 100644 --- a/grandlyon/recipes/prod/corbas.json +++ b/grandlyon/recipes/prod/corbas.json @@ -1,10 +1,16 @@ { "variables": { - "commune": "corbas" + "commune": "corbas", + "title": "Corbas" }, "steps": [ {"create-hobo": { - "url": "https://hobo-${commune}.toodego.com/" + "url": "https://hobo.toodego.com/" + }}, + {"create-hobo": { + "url": "https://hobo-${commune}.toodego.com/", + "title": "${title}", + "slug": "hobo-${commune}" }}, {"set-idp": { }}, @@ -19,24 +25,24 @@ "title": "Portail Agent", "template_name": "portal-agent" }}, + {"create-chrono": { + "url": "https://agendas-${commune}.toodego.com/", + "title": "Agendas" + }}, {"create-wcs": { "url": "https://demarches-${commune}.toodego.com/", "slug": "eservices", "title": "Démarches", "template_name": "modele.zip" }}, - {"create-passerelle": { - "url": "https://passerelle-${commune}.toodego.com/", - "title": "Passerelle" - }}, - {"create-chrono": { - "url": "https://agendas-${commune}.toodego.com/", - "title": "Agendas" - }}, {"create-bijoe": { "url": "https://statistiques-${commune}.toodego.com/", "title": "Statistiques" }}, + {"create-passerelle": { + "url": "https://passerelle-${commune}.toodego.com/", + "title": "Passerelle" + }}, {"set-theme": { "theme": "toodego" }},