From 17735c341ac76ff7c84141c8f710ec9cac719e4a Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Fri, 22 Dec 2023 12:17:34 +0530 Subject: [PATCH] deployment file refactoring --- scripts/{deploy_preprod_app.sh => deploy_preprod_old_app.sh} | 0 .../{deploy_preprod1_app.sh => deploy_testingapp_preprod.sh} | 2 +- scripts/deploy_testingapp_qa.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{deploy_preprod_app.sh => deploy_preprod_old_app.sh} (100%) rename scripts/{deploy_preprod1_app.sh => deploy_testingapp_preprod.sh} (60%) diff --git a/scripts/deploy_preprod_app.sh b/scripts/deploy_preprod_old_app.sh similarity index 100% rename from scripts/deploy_preprod_app.sh rename to scripts/deploy_preprod_old_app.sh diff --git a/scripts/deploy_preprod1_app.sh b/scripts/deploy_testingapp_preprod.sh similarity index 60% rename from scripts/deploy_preprod1_app.sh rename to scripts/deploy_testingapp_preprod.sh index 76f66dd..75c2730 100644 --- a/scripts/deploy_preprod1_app.sh +++ b/scripts/deploy_testingapp_preprod.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:121176529204:android:e6841fdac57bdc95bbed61 \ - --release-notes "coeffs update for device 4" --groups "smi-group" + --release-notes " update coeffs for device 5, 6 and 7 \n show device log \n fix msg frag" --groups "smi-group" diff --git a/scripts/deploy_testingapp_qa.sh b/scripts/deploy_testingapp_qa.sh index 3fd62c5..1e7aa3a 100644 --- a/scripts/deploy_testingapp_qa.sh +++ b/scripts/deploy_testingapp_qa.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:1004619739289:android:8397cd1f0357bd89e5c808 \ - --release-notes "add new device for PQ" --groups "smi-group" + --release-notes "release for demo on 18 dec" --groups "smi-group"