From 2ef80e33216129d1c339aa056c896e321d210146 Mon Sep 17 00:00:00 2001 From: Walkowiak Date: Tue, 13 Jan 2026 16:25:15 +0100 Subject: [PATCH] OBLS-399 Add deployment of android app to appetize.io --- .bitrise/bitrise.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bitrise/bitrise.yml b/.bitrise/bitrise.yml index e0f998da..78b34e4d 100644 --- a/.bitrise/bitrise.yml +++ b/.bitrise/bitrise.yml @@ -125,6 +125,10 @@ step_bundles: - notify_email_list: "$TESTERS" - notify_user_groups: owner, admins, developers is_always_run: false + - appetize-deploy@0: + inputs: + - app_path: $BITRISE_DEPLOY_DIR/openboxes_test_b$BITRISE_BUILD_NUMBER.apk + - appetize_token: $APPETIZE_API_TOKEN release-steps-ios: description: |- Assemble the iOS app and copy the *.app package to $BITRISE_DEPLOY_DIR.