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

⚡️ Github Actions를 이용한 CI / CD 구현 #35

Open
2 of 4 tasks
techinpark opened this issue Apr 28, 2020 · 2 comments
Open
2 of 4 tasks

⚡️ Github Actions를 이용한 CI / CD 구현 #35

techinpark opened this issue Apr 28, 2020 · 2 comments
Assignees

Comments

@techinpark
Copy link
Member

techinpark commented Apr 28, 2020

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 입니다.

@techinpark techinpark self-assigned this Apr 28, 2020
@techinpark
Copy link
Member Author

techinpark commented Apr 28, 2020

@techinpark
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant