Handles weekly deploys of Emission to TestFlight.
- State:
productionretired (we no longer use the Emission Example app to QA changes, its primary use is as a day-to-day development testbed) - Point People: @ashfurrow
- Builds: https://travis-ci.org/artsy/emission-nebula/builds
- Clone this repo:
git clone https://github.com/artsy/emission-nebula.git
cd emission-nebula
- Update fastlane with
bundle update
. - Run
bundle exec fastlane setup
to setup a copy of Emission. - Ensure your certs are up to date via
bundle exec fastlane match appstore --readonly
- Run
bundle exec fastlane ship
.
bundle exec fastlane match appstore