We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Github Actions 의 기능을 이용한 CI/CD를 구현합니다.
Github Actions
CI/CD
Create Release
CI
Beta Distribution
Release Distribution
Create Release 버전명이 포함된 tag가 올라오면 해당 브런치를 Release에 자동 등록해주는 workflow 입니다.
tag
Release
workflow
CI 기본적인 App의 Code를 Build Testing 하여 문제없이 빌드 및 테스트가 성공하는지 확인하는 workflow 입니다.
Build Testing
Beta Distributon Fastlane의 기능을 이용해서 QA 버전을 자동으로 Firebase에 올려주기위한 workflow 입니다.
QA
Release Distribution Fastlane의 기능을 이용해서 Release 버전을 자동으로 TestFlight에 올려주기위한 workflow 입니다.
The text was updated successfully, but these errors were encountered:
Utils
Sorry, something went wrong.
Fastlane CI Issues.
techinpark
No branches or pull requests
What do you want ?
Github Actions
의 기능을 이용한CI/CD
를 구현합니다.Create Release
CI
Beta Distribution
Release Distribution
Description 📝
Create Release
버전명이 포함된
tag
가 올라오면 해당 브런치를Release
에 자동 등록해주는workflow
입니다.CI
기본적인 App의 Code를
Build Testing
하여 문제없이 빌드 및 테스트가 성공하는지 확인하는workflow
입니다.Beta Distributon
Fastlane의 기능을 이용해서
QA
버전을 자동으로 Firebase에 올려주기위한workflow
입니다.Release Distribution
Fastlane의 기능을 이용해서
Release
버전을 자동으로 TestFlight에 올려주기위한workflow
입니다.The text was updated successfully, but these errors were encountered: