githubactions #yarn run build keeps running

Server🧤/Node.JS

[Node.js] CI/CD 구축하기 - Github Actions, AWS Codedeploy (Prisma, yarn run build keeps running)

👨‍🦲기존 방식의 문제점 Node.js, EC2, github을 통해 서버 배포 작업을 진행하는 과정 local 개발 -> github push -> ec2에서 pull -> build or run -> 배포 완료 매번 개발 후 직접 EC2 접속해서 pull 받고 build, run 해줘야하는 번거로움이 생긴다.!.!.! 그래서 배포 자동화 과정을 통해 이 과정을 쉽고 간편하게 할 수 있다. Git의 GithubActions와 AWS에서 제공하는 CodeDeploy를 통해 Github repository에서 작업한 code가 바로 ec에서 deploy 되도록 배포 자동화를 진행해보겠다. CI/CD ? CI CI는 Continuous Integration의 약자로 지속적인 통합을 의미한다고 한다. 빌드/테..

yujindonut
'githubactions #yarn run build keeps running' 태그의 글 목록