Hands-on GitHub actions implement CI/CD with GitHub action workflows for your applications

Implement continuous integration/continuous delivery (CI/CD) workflows for any application you develop through GitHub Actions. This book will give you an in-depth idea of implementation patterns, solutions for different technology builds, guidelines to implement your own custom components as actions...

Full description

Bibliographic Details
Main Authors: Chandrasekara, Chaminda, Herath, Pushpa. (Author)
Format: eBook
Language:English
Published: [Berkeley] Apress 2021
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03212nmm a2200397 u 4500
001 EB001996849
003 EBX01000000000000001159750
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210823 ||| eng
020 |a 9781484264652 
020 |a 1484264649 
020 |a 9781484264645 
050 4 |a QA76.76.A65 
100 1 |a Chandrasekara, Chaminda 
245 0 0 |a Hands-on GitHub actions  |b implement CI/CD with GitHub action workflows for your applications  |c Chaminda Chandrasekara, Pushpa Herath 
260 |a [Berkeley]  |b Apress  |c 2021 
300 |a 1 online resource 
505 0 |a Chapter 1: Introduction to GitHub Actions -- Chapter 2: Getting started with GitHub Actions Workflows -- Chapter 3: Variables Secrets -- Chapter 4: Secrets and Tokens -- Chapter 5: Artifacts and Caching Dependencies -- Chapter 6: Using Self-Hosted Runners -- Chapter 7: Package Management -- Chapter 8: Service Containers -- Chapter 9: Creating Custom Actions -- Chapter 10: Few Tips and Mobile Build Sample 
653 |a Logiciels d'application / Développement 
653 |a GitHub (Computer file) 
653 |a Application software / Development / fast 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
700 1 |a Herath, Pushpa.  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
024 8 |a 10.1007/978-1-4842-6464-5 
776 |z 1484264630 
776 |z 1484264649 
776 |z 9781484264638 
776 |z 9781484264645 
776 |z 9781484264652 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484264645/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.1 
520 |a Implement continuous integration/continuous delivery (CI/CD) workflows for any application you develop through GitHub Actions. This book will give you an in-depth idea of implementation patterns, solutions for different technology builds, guidelines to implement your own custom components as actions, and usage of features available with GitHub Actions workflows, to set up CI/CD for your repositories. Hands-on GitHub Actions starts with an introduction to GitHub actions that gives an overview on CI/CD followed by an introduction to its workflows. Next, you will learn how to use variables in a GitHub workflow along with tokens via a REST API. Further, you will explore artifacts and caching dependencies in GitHub and use artifacts in subsequent jobs. Using self-hosted runners is discussed next where you will set up your own hardware and software to run GitHub actions. You will go through publishing packages and migrate to Azure DevOps Pipelines. Along the way, you will use Redis service and PostgreSQL service containers and create custom actions. Finally, you will work with GitHub apps and understand the syntax reference for GitHub Actions and workflows. You will: Create workflows for any platform and any language with GitHub Actions Develop custom GitHub actions to enhance features and usage of database and service containers Use hosted runners and create self-hosted runners for GitHub workflows Use GitHub Package registry with GitHub Actions to share and use packages