Feat/testflight (#24)

* feat: deploy app to testflight

* test gh action

* test gh action

* test gh action

* test gh action

* test gh action

* test gh action

* test gh action

* distribute external

* distribute external

* add changelog

* bump version

* bump version

* bump version

* fix actions

* update action
This commit is contained in:
Salvatore Giordano
2021-03-15 15:10:06 +01:00
committed by GitHub
parent 556a51e8be
commit 4649b4c1a7
7 changed files with 114 additions and 12 deletions
@@ -20,6 +20,11 @@ or alternatively using `brew install fastlane`
fastlane match_me
```
Installs all Certs and Profiles necessary for development and ad-hoc
### match_appstore
```
fastlane match_appstore
```
Installs all Certs and Profiles necessary for appstore
----
@@ -29,6 +34,11 @@ Installs all Certs and Profiles necessary for development and ad-hoc
fastlane ios deploy_to_firebase
```
Deploy build to Firebase
### ios deploy_to_testflight
```
fastlane ios deploy_to_testflight
```
Deploy build to TestFlight
----