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

Android Firbase App 배포 자동화 #135

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Android Firbase App 배포 자동화 #135

merged 2 commits into from
Nov 21, 2023

Conversation

youlalala
Copy link
Member

@youlalala youlalala commented Nov 20, 2023

Issue

Overview

  • apk 파일 Firebase 에 배포 자동화

https://github.com/marketplace/actions/firebase-app-distribution

Screenshot

개인 레포에서 테스트 후 스크린샷 입니당
image
image image

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@youlalala youlalala added this to the 🔧 etc milestone Nov 20, 2023
@youlalala youlalala self-assigned this Nov 20, 2023
Copy link

github-actions bot commented Nov 20, 2023

Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 9d0c5af.

♻️ This comment has been updated with latest results.

@youlalala youlalala linked an issue Nov 20, 2023 that may be closed by this pull request
Comment on lines 23 to +24
versionCode = 1
versionName = "1.0.0"
versionName = "0.0.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

versionCode가 동일하면 다운로드가 안 될 수도 있어
https://gist.github.com/michaelbel/d6a10d13e8e3e842e56965da0e8005dc
이런 코드 사용하면 versionCode를 커밋 개수로 자동으로 넣어줄 수 있는데, 수동으로 버전업하기 귀찮으면 이런 코드 사용해볼 수 있을 듯

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

versionCode를 왜 커밋 갯수로 하징??

Copy link
Member

@HamBP HamBP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

멋진 코드네요
고생했어!

Copy link
Collaborator

@2taezeat 2taezeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

@youlalala youlalala merged commit e02b6ca into develop Nov 21, 2023
@youlalala youlalala deleted the android/feature/cd branch November 21, 2023 02:47
@HamBP HamBP modified the milestones: 🔧 etc, 🦾 CI/CD Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android Firbase App 배포 자동화
3 participants