grandlyon: add corbas production recipe

This commit is contained in:
Frédéric Péters 2020-07-13 11:53:09 +02:00
parent ea0dad68eb
commit 92b92533a7
1 changed files with 47 additions and 0 deletions

View File

@ -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"
}}
]
}