From 644e06f78fe13a8a1a7b37ac974f4054eadd1247 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Mon, 19 Feb 2024 12:17:42 +0530 Subject: [PATCH] add iocl setup --- .firebaserc | 3 +++ .gitignore | 1 + firebase.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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",