Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Embracing DevOps Release Management

You're reading from   Embracing DevOps Release Management Strategies and tools to accelerate continuous delivery and ensure quality software deployment

Arrow left icon
Product type Paperback
Published in Apr 2024
Publisher Packt
ISBN-13 9781835461853
Length 350 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Joel Kruger Joel Kruger
Author Profile Icon Joel Kruger
Joel Kruger
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Part 1: Understanding the Software Development Life Cycle and Its Design
2. Chapter 1: Understanding the Software Development Life Cycle FREE CHAPTER 3. Chapter 2: A Brief Introduction to Release Management 4. Chapter 3: What Are the Various SDLC Release Management Models? 5. Part 2: The Advantages of DevOps Release Management
6. Chapter 4: What Problems Does DevOps Release Management Try to Solve? 7. Chapter 5: Understanding What Makes DevOps Release Management Unique 8. Chapter 6: Understanding the Basics of CI/CD 9. Chapter 7: A Practical Pipeline for Technical Release Managers 10. Chapter 8: How CI/CD Pipelines Enforce Good DevOps Release Management 11. Part 3: Develop a Culture of DevOps in Your Organization’s Release Management Strategy
12. Chapter 9: Embracing DevOps Culture in Your Release Management Strategy 13. Chapter 10: What Does Receiving Support from Leadership and Stakeholders Look Like? 14. Chapter 11: Overcoming Common Pitfalls in DevOps Release Management 15. Index 16. Other Books You May Enjoy Appendix

Configuring the GitHub Actions workflow

Several configurations will need to be made if you wish to successfully run the GitHub Actions workflow and achieve a successful deployment. Primarily among these are input parameters, which take the form of variables and secrets. Notably, secrets function almost identically to variables, except they are masked in the logs and visible to no one, once they have been configured in the repository settings. Once you can successfully initiate a pipeline run, examine the logging output to verify any issues, failures, and successes. Finally, you will be able to observe the functioning web application running in AWS EC2.

Prerequisites

To complete this phase of the guide, you will need to ensure you have an active GitHub account (https://github.com/) that is in good standing.

Step 1 – configure the necessary GitHub repository variables and secrets

Configuring the backend for GitHub Actions is a simple process, but it does help to know...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime