add iocl setup

This commit is contained in:
Pritimay Sarkar
2024-02-19 12:17:42 +05:30
parent 41aebcec7b
commit 644e06f78f
3 changed files with 5 additions and 1 deletions

View File

@@ -19,6 +19,9 @@
], ],
"uat": [ "uat": [
"hpos-uat" "hpos-uat"
],
"iocl": [
"iocl-iisc"
] ]
} }
} }

1
.gitignore vendored
View File

@@ -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/

View File

@@ -1,6 +1,6 @@
{ {
"hosting": { "hosting": {
"target": "qa", "target": "iocl",
"public": "build", "public": "build",
"ignore": [ "ignore": [
"firebase.json", "firebase.json",