# GitHub Actions, 이제 CI/CD를 지원하며 공개 저장소에는 무료

> Clean Markdown view of GeekNews topic #270. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=270](https://news.hada.io/topic?id=270)
- GeekNews Markdown: [https://news.hada.io/topic/270.md](https://news.hada.io/topic/270.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-08-09T05:21:25+09:00
- Updated: 2019-08-09T05:21:25+09:00
- Original source: [github.blog](https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/)
- Points: 6
- Comments: 1

## Topic Body

모든 OS/언어/클라우드를 위한 빠른 CI/CD 제공.

Matrix Builds 로 여러개의 버전을 동시에 빌드&테스트.

Live Logs 로 Actions 콘솔을 통해 리얼타임 피드백 가능.

Actions 자체는 YAML 코드여서 재사용 가능.

CI/CD 뿐만 아니라 모든 이벤트에 대한 자동화 가능.

공개저장소에는 무료. 비공개 저장소는 사용량단위 계산 ( 월 2000분까지는 무료 )

자신의 서버/클라우드를 이용한다면 무료로 사용가능.

베타기간중에는 전체 무료.

## Comments



### Comment 271

- Author: xguru
- Created: 2019-08-09T05:34:53+09:00
- Points: 2

흥미로운건 GitHub Actions 가 Microsoft Azure Pipelines 기반 이라는거

https://help.github.com/en/articles/virtual-environments-for-github-actions
