Files
self/app/fastlane
Justin Hernandez 9aa4faad13 Address minor mobile deployment bugs (#745)
* feat: improve deployment tooling

* cr feedback

* for temp testing

* clean build artifacts after deploy

* add deploy source

* uncomment ios commands

* Add tests for minor deployment fixes (#750)

* Add test coverage for deployment scripts and Fastfile

* format

* increase github check to 5 minutes
2025-07-06 18:21:46 -07:00
..

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

iOS

ios sync_version

[bundle exec] fastlane ios sync_version

Sync ios version

ios internal_test

[bundle exec] fastlane ios internal_test

Push a new build to TestFlight Internal Testing


Android

android sync_version

[bundle exec] fastlane android sync_version

Sync android version

android internal_test

[bundle exec] fastlane android internal_test

Push a new build to Google Play Internal Testing

android deploy

[bundle exec] fastlane android deploy

Push a new build to Google Play Store


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.