Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This document describes what needs to be done in Bitirse/AppCenter to start distributing builds for a new HA.

Android:

  deploy-[newha]-android-release:
    after_run:
    - run_from_repo
  deploy-[newha]-android-staging:
    after_run:
    - run_from_repo
  deploy-[newha]-android-debug:
    after_run:
    - run_from_repo    
  • Add those 3 workflows to pathcheck-mobile-resources. Copy the steps from the other workflows and edit the environment variables.

  • Add the keystore and keystore password to Bitrise secrets. To encode the keystore in base64 run openssl base64 -A -in key.jks locally and copy the output.

  • No labels