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, CA Apress 2021, 2021
Edition:1st ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 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