sparcs-kaist / new-ara-app

Mobile app for NewAra, KAIST's official community service
MIT License
5 stars 0 forks source link

Chore/add fastlane cd #216

Closed sangohkim closed 1 month ago

sangohkim commented 1 month ago

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 브랜치로 머지되기 전까지는 실행이 안되어 아직 테스트 진행해보지 못함. 머지된 후 테스트 진행해야함.