[ 살펴보기 ] Github Action - Workflow
Github action은 github에서 제공하는 CI/CD platform이다. Github action을 통해 github repository의 특정 branch에 push되거나 혹은 pull request merge와 같은 특정 event가 발생했을 때 repository의 code를 build, test하고 deployment 과정을 자동화할 수 있다. 기본 구성 요소 Workflows : 특정 event가 발생했을 때 어떤 작업을 ...
Nov 29, 20248 min read14
![[ 살펴보기 ] Github Action - Workflow](https://cdn.hashnode.com/res/hashnode/image/upload/v1732892064066/da7286f8-df99-4cb5-ab9f-dda3fddfdca6.jpeg)