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
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