GitLab app distribution for Android builds
GitLab CI/CD can be used to deploy Android apps with the API Upload (curl) to Updraft.
Quick Start
Login into our app distribution tool getupdraft.com/login
Go to your Profile within the sidebar
Copy your API Key as well as the App Key of your App
Your API Key you find in your Profile.
The App Key you will find on the application overview. The App key differs for each environment.
Configure Gitlab CI/CD Settings & Variables
As soon you have your Updraft account created, you are ready to configure the CI/ CD pipeline with GitLab.
Open your Gitlab Project
Go to the Settings
Select CI/CD
Go to the section Variables
Add your Variables from Updraft (API key and App Key) in two separate fiels
Add .gitlab-ci.yml file for Android app distribution
Head over to the root directory (files) of your Android app project in GitLab.
Add a new file your .gitlab-cy.yml file
Copy the below example of .gitlab-ci.yml file
Example of .gitlab-ci.yml file for Android app distribution
Last updated