Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 브랜치로 머지되기 전까지는 실행이 안되어 아직 테스트 진행해보지 못함.
머지된 후 테스트 진행해야함.