Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debug Firebase App Distribution workflow #289

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Nov 2, 2024

TL;DR

Added Firebase App Distribution workflow for automated app deployment

What changed?

  • Created new GitHub Actions workflow for Firebase App Distribution
  • Configured workflow to trigger on pull requests to debug-alpha branch
  • Set up environment with JDK 21 and necessary API keys
  • Implemented Gradle caching for faster builds
  • Added Firebase configuration for debug builds
  • Configured automated APK distribution to "Friends" testing group

Why make this change?

To streamline the app testing process by automatically distributing debug builds to testers whenever changes are made to the debug-alpha branch, reducing manual deployment steps and ensuring consistent testing procedures.

Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @ksharma-xyz and the rest of your teammates on Graphite Graphite

@ksharma-xyz ksharma-xyz changed the title Automate Firebase App Distribution Add Firebase App Distribution workflow Nov 2, 2024
@ksharma-xyz ksharma-xyz changed the title Add Firebase App Distribution workflow Add Debug Firebase App Distribution workflow Nov 2, 2024
@ksharma-xyz ksharma-xyz marked this pull request as ready for review November 2, 2024 10:45
@ksharma-xyz ksharma-xyz force-pushed the 11-02-automate_firebase_app_distribution branch from 375e1e5 to ca8462e Compare November 2, 2024 10:45
@ksharma-xyz ksharma-xyz added the CI / CD CI / CD related label Nov 2, 2024
@ksharma-xyz ksharma-xyz merged commit 1cecf20 into main Nov 2, 2024
3 checks passed
@ksharma-xyz ksharma-xyz deleted the 11-02-automate_firebase_app_distribution branch November 2, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI / CD CI / CD related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant