grandlyon: add production recipe for givors (#66261)

This commit is contained in:
Nicolas Roche 2022-06-16 11:05:21 +02:00
parent 7d27e7bb2a
commit 59775cb872
2 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1 @@
../attributes.json

View File

@ -0,0 +1,53 @@
{
"variables": {
"commune": "givors",
"title": "Givors"
},
"steps": [
{"create-hobo": {
"url": "https://hobo.toodego.com/"
}},
{"create-hobo": {
"url": "https://hobo-${commune}.toodego.com/",
"title": "${title}",
"slug": "hobo-${commune}"
}},
{"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-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-bijoe": {
"url": "https://statistiques-${commune}.toodego.com/",
"title": "Statistiques"
}},
{"create-passerelle": {
"url": "https://passerelle-${commune}.toodego.com/",
"title": "Passerelle"
}},
{"set-theme": {
"theme": "toodego"
}},
{"cook": {
"filename": "attributes.json"
}}
]
}