add iocl setup
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
],
|
],
|
||||||
"uat": [
|
"uat": [
|
||||||
"hpos-uat"
|
"hpos-uat"
|
||||||
|
],
|
||||||
|
"iocl": [
|
||||||
|
"iocl-iisc"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -38,5 +38,6 @@ firebase-debug.log
|
|||||||
.env.qa
|
.env.qa
|
||||||
.env.dev
|
.env.dev
|
||||||
.env.uat
|
.env.uat
|
||||||
|
.env.iocl
|
||||||
|
|
||||||
certificate_path/
|
certificate_path/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"target": "qa",
|
"target": "iocl",
|
||||||
"public": "build",
|
"public": "build",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"firebase.json",
|
"firebase.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user