add new multi site support

This commit is contained in:
Pritimay Sarkar
2023-12-08 15:36:10 +05:30
parent 75ad2aba82
commit 5dbff78d79
3 changed files with 34 additions and 2 deletions

View File

@@ -1,5 +1,18 @@
{
"projects": {
"default": "hpos-af3cc"
}
}
},
"targets": {
"hpos-af3cc": {
"hosting": {
"dev1": [
"hpos-dev1"
],
"qa": [
"hpos-qa"
]
}
}
},
"etags": {}
}