Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.29 KB

deployments.md

File metadata and controls

16 lines (12 loc) · 1.29 KB

Deployments

The deploy workflow deploys every push to the dev branch to the Internal testing track on Google Play.

The deploy_pr workflow deploys every PR to a temporary page on Firebase Hosting, to provide a quick preview of the changes.

Secrets:

Name Purpose Format
ANILIST_CONSTS_DART Constants such as Cliend ID (see sample) Base64 encoded file content
FIREBASE_PROJECT_ID Used to deploy a preview build to Firebase Hosting (e.g. yourapp-c778d) String
FIREBASE_HOSTING_CREDENTIALS Service Account to authenticate preview deployments to Firebase Hosting (see more) Base64 encoded JSON
GOOGLE_PLAY_JSON_KEY Service Account to authenticate Google Play deployments with Fastlane (see more) Base64 encoded JSON
KEY_PROPERTIES Holds alias and passwords for the upload key (see sample) Base64 encoded file content
UPLOAD_KEYSTORE Upload key for Google Play Base64 encoded file