From 019ddc78ac43f5b7159e340be6edc248b2d1483d Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Mon, 19 Feb 2024 12:15:42 +0530 Subject: [PATCH] add script for uat --- scripts/deploy_testingapp_uat.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/deploy_testingapp_uat.sh diff --git a/scripts/deploy_testingapp_uat.sh b/scripts/deploy_testingapp_uat.sh new file mode 100644 index 0000000..999bd01 --- /dev/null +++ b/scripts/deploy_testingapp_uat.sh @@ -0,0 +1,3 @@ +firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ + --app 1:1008685073994:android:13369819aee4330c1a88b3 \ + --release-notes "refine borderline range" --groups "smi-group"