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"