Welcome to the repository for the "Git + GitHub Actions for CI/CD Mastery" Udemy course! This repository contains example workflows and resources related to the course.
All example workflows can be found under the .github/workflows directory. These examples cover a variety of topics, including:
- Basic job and step configurations
- Conditional steps and parallel executions
- Passing data between steps and jobs
- Usage of actions and custom actions
- Integration with self-hosted runners
- Permissions, secrets, and variables handling
- Terraform integration for Continuous Deployment (CD)
Feel free to explore these examples to enhance your understanding of GitHub Actions. You are welcome to use and adapt these example workflows in your own projects. If you have any questions or feedback, don't hesitate to reach out.
Happy coding!