Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learning GitHub Actions (Early Release)

Posted By: GFX_MAN
Learning GitHub Actions (Early Release)

Learning GitHub Actions (Early Release)
English | 2022 | ISBN: 9781098131067 | 30 pages | EPUB | 2.19 MB

Automate your build, test, and deployment pipeline with GitHub Actions, the continuous integration and continuous delivery platform that integrates seamlessly with GitHub. With this practical book, open source author, trainer, and DevOps director Brent Laster explains everything you need to know about using actions in GitHub. You'll learn what they are and how they can be used, created, and incorporated into your processes.

This book explores the platform, the core components of actions, and the many ways you can use them to provide the functionality and features needed in today's complex pipelines and workflows. You'll learn how to find or create actions that deliver automated workflows based on common events like pushes, pull requests, and review updates. You'll understand how to run them on GitHub or your own systems to gain maximum benefit.

With this book, you will

Learn what GitHub Actions are, the various use cases for them, and how to incorporate them into your processes
Understand GitHub Actions' structure, syntax, and semantics
Automate processes and implement functionality
Create your own custom actions with Docker, JavaScript, or shell approaches
Troubleshoot and debug workflows that use actions
Combine actions with GitHub APIs and other integration options
Identify ways to securely implement workflows with GitHub Actions
Understand how GitHub Actions compares to other options