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

Chore/add fastlane cd #216

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Chore/add fastlane cd #216

merged 5 commits into from
Aug 29, 2024

Conversation

sangohkim
Copy link
Collaborator

@sangohkim sangohkim commented Aug 22, 2024

Overview

GitHub Action을 이용해 배포를 진행할 수 있는 Continuous Deployment workflow 작성

Changes

GitHub Action이 하나 추가됨

Implementaion Method

.github/deploy.yml 파일에 워크플로우 구현

After Changes

default 브랜치에 머지한 후에 Actions 탭에서 Deploy가 추가된 것을 확인 가능

Related Issues

Development 참고

Rollback Scenario

파일 제거만 하면 됨

TODO

GitHub Action 같은 경우에는 default 브랜치로 머지되기 전까지는 실행이 안되어 아직 테스트 진행해보지 못함.
머지된 후 테스트 진행해야함.

@sangohkim sangohkim self-assigned this Aug 22, 2024
@sangohkim sangohkim linked an issue Aug 29, 2024 that may be closed by this pull request
@sangohkim sangohkim added this to the v1.2.0 milestone Aug 29, 2024
@sangohkim sangohkim marked this pull request as ready for review August 29, 2024 10:47
Copy link
Contributor

@thomaskim1130 thomaskim1130 left a comment

Choose a reason for hiding this comment

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

LGTM

@thomaskim1130 thomaskim1130 merged commit 1189cde into dev Aug 29, 2024
2 checks passed
@thomaskim1130 thomaskim1130 deleted the chore/add-fastlane-cd branch August 29, 2024 12:48
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.

[Feature] Fastlane GitHub Action CD 구축
2 participants