From 92b92533a765033a04b9658ca689e0635780182a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Jul 2020 11:53:09 +0200 Subject: [PATCH] grandlyon: add corbas production recipe --- grandlyon/recipes/prod/corbas.json | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 grandlyon/recipes/prod/corbas.json diff --git a/grandlyon/recipes/prod/corbas.json b/grandlyon/recipes/prod/corbas.json new file mode 100644 index 0000000..776c9f6 --- /dev/null +++ b/grandlyon/recipes/prod/corbas.json @@ -0,0 +1,47 @@ +{ + "variables": { + "commune": "corbas" + }, + "steps": [ + {"create-hobo": { + "url": "https://hobo-${commune}.toodego.com/" + }}, + {"set-idp": { + }}, + {"create-combo": { + "url": "https://${commune}.toodego.com/", + "title": "Portail", + "template_name": "portal-user" + }}, + {"create-combo": { + "url": "https://agents-${commune}.toodego.com/", + "slug": "portal-agent", + "title": "Portail Agent", + "template_name": "portal-agent" + }}, + {"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" + }}, + {"set-theme": { + "theme": "toodego" + }}, + {"cook": { + "filename": "attributes.json" + }} + ] +}