Deploy
-
[CI/CD] GitHub Actions를 활용한 Next.js 프로젝트 배포 자동화(feat. cloudtype)Deploy 2023. 9. 25. 23:36
GitHub Actions란? GitHub Docs를 살펴보면 GitHub Actions 는 빌드, 테스트, 배포 파이프라인을 자동화할 수 있는 CI/CD 플랫폼이며, 레포지토리에 대한 모든 pull request를 빌드, 테스트하거나, merge된 pull request를 production에 배포하는 workflow를 생성할 수 있다고 설명하고 있습니다. GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and t..