grandlyon: update corbas production recipe

This commit is contained in:
Frédéric Péters 2020-07-13 13:46:34 +02:00
parent dbff27c5a6
commit 572816efbc
1 changed files with 16 additions and 10 deletions

View File

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