Skip to content

Commit d57bf7a

Browse files
committed
build: improve iOS deploy
1 parent fca668e commit d57bf7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ jobs:
186186
- run:
187187
name: Build iOS app
188188
command: pnpm run build:ios
189+
- run:
190+
name: Create review demo metadata files
191+
command: |
192+
cd apps/client/src-capacitor/ios/App/fastlane/metadata/review_information
193+
echo $FASTLANE_REVIEW_DEMO_USER > demo_user.txt
194+
echo $FASTLANE_REVIEW_DEMO_PASSWORD > demo_password.txt
189195
- run:
190196
name: Install Ruby bundle
191197
command: |

0 commit comments

Comments
 (0)