Bitrise
Bitrise - Updraft integration
Last updated
Bitrise - Updraft integration
Last updated
This guide outlines the steps to integrate Updraft into your Bitrise CI/CD Workflow for automated builds and deployments.
Before you begin, ensure the following prerequisites are met:
An Updraft account with the appropriate permissions to upload builds.
A Bitrise account with an existing project integrated into Bitrise.
API and App keys for Updraft
Each app has his own App key in Updraft
Log in to your Bitrise account and navigate to your project.
From the left-hand menu, select the Workflow Editor.
Create a new workflow or select an existing workflow where you want to integrate Updraft build step: https://bitrise.io/integrations/steps/deploy-to-updraft
In the Workflow Editor, click the + button to add a new step.
Search for the Updraft build step
Go to the menu of the Bitrise.io dashboard and select the Secrets menu option. Click the Add New button and add the API key in the input field and paste your Updraft API Key and click “Save”.
Save your changes in the Workflow Editor.
Trigger a new build in Bitrise to test the workflow.
Check the build logs to ensure the upload of the artifacts to Updraft was successful.
Verify that the build artifact is available in Updraft.
If issues arise during the integration, check the following:
API and App Key: Ensure the API key and the App key is correct and valid.
Build Artifact Path: Make sure the path to the build artifact is correctly specified.
Network Access: Verify that network access from Bitrise to Updraft is not blocked.