Paul Krill
Editor at Large

GitHub Actions to let developers do CI/CD in GitHub

news
Oct 16, 20181 min

Beta workflow tool supports cloud deployments, code containers

teamwork / developers / programmers / collaboration / conversation, discussion, gesturing
Credit: NESA by Makers

GitHub has introduced a workflow tool called GitHub Actions to its popular code-sharing site, to allow continuous integration/continuous deployment (CI/CD) right from GitHub itself.

Using the tool, which is now in limited beta, developers can build, deploy, and update software projects on either GitHub or an external system without having to run code themselves. Workflows and infrastructure deployments can be expressed as code.

Actions adds customizable workflow capabilities to GitHub.com, so developers build and share code containers to run a software development workflow, even across multiple clouds. Other examples of tasks that can be done with actions include packaging an NPM module or sending an SMS alert.

GitHub Actions is similar to the Apple Shortcuts task management app or the If This Then That (IFTTT) app for communication among devices and apps, but unlike those technologies GitHub Actions is powered by containers.

Developers can pair their tools and integrations with custom actions or those shared by the community.

GitHub Actions will be free for open source use but will require payment for commercial use.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author