Deployment Process¶
Divided into three environments (or lane
in Fastlane):
internal
: For internal testing.beta
: For external testing. The same files will be pushed topromote_to_production
.promote_to_production
: Pushes thebeta
version to production.
Deployment steps for each environment are as follows:
internal
: runmake bump-dev
and there will be two different input:- If we are bumping for new version, enter new tag, ex.
1.2.3
. - If we are bumping build code only, enter empty text.
beta
: runmake bump
.promote_to_production
: publish the draft release on GitHub.