diff --git a/.firebaserc b/.firebaserc index b067bd5..3c3007d 100644 --- a/.firebaserc +++ b/.firebaserc @@ -19,6 +19,9 @@ ], "uat": [ "hpos-uat" + ], + "iocl": [ + "iocl-iisc" ] } } diff --git a/.gitignore b/.gitignore index f939c25..a8516c6 100644 --- a/.gitignore +++ b/.gitignore @@ -38,5 +38,6 @@ firebase-debug.log .env.qa .env.dev .env.uat +.env.iocl certificate_path/ diff --git a/firebase.json b/firebase.json index ea808ec..7a37452 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,6 @@ { "hosting": { - "target": "qa", + "target": "iocl", "public": "build", "ignore": [ "firebase.json",