https://github.com/basemax/github-actions-tehlug
In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous Integration (CI) and Continuous Deployment (CD), making it easier to automate testing, deployment, and various development tasks.
https://github.com/basemax/github-actions-tehlug
cd ci ci-cd cicd github-action github-actions github-actions-ci github-actions-ci-cd github-actions-workflow workflow workflows
Last synced: 8 months ago
JSON representation
In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous Integration (CI) and Continuous Deployment (CD), making it easier to automate testing, deployment, and various development tasks.
- Host: GitHub
- URL: https://github.com/basemax/github-actions-tehlug
- Owner: BaseMax
- License: mit
- Created: 2025-02-26T16:55:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T00:33:47.000Z (about 1 year ago)
- Last Synced: 2025-02-27T01:30:12.573Z (about 1 year ago)
- Topics: cd, ci, ci-cd, cicd, github-action, github-actions, github-actions-ci, github-actions-ci-cd, github-actions-workflow, workflow, workflows
- Language: HTML
- Homepage: https://basemax.github.io/github-actions-tehlug/presentation.html
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions Talk - Tehran LUG (Feb 27, 2025)
This repository contains the slides and resources for my talk on GitHub Actions, presented at the Tehran Linux Users Group (Tehran LUG) on February 27, 2025. In this session, I covered the fundamentals of GitHub Actions, its use cases, and advanced features, helping developers automate their workflows and integrate Continuous Integration (CI) and Continuous Deployment (CD) practices into their GitHub repositories.
You can explore the presentation below and use it as a reference for learning about GitHub Actions.
## Presentation Overview
### Topics Covered
- What is GitHub Actions?
- Why use GitHub Actions?
- Understanding CI/CD
- Key Components of GitHub Actions:
- Workflows
- Jobs
- Steps
- Actions
- Real-world Use Cases and Examples
- Advanced Workflow Features
- Best Practices for Security and Monitoring
### GitHub Actions Features Discussed
- Automating testing, deployment, and other tasks
- Handling multiple environments with matrix builds
- Using secrets and environment variables securely
- Self-hosted runners vs GitHub-hosted runners
- Integration with various CI/CD tools
### Cool & Fun Examples
- Automating coffee brewing with GitHub Actions
- Real-world examples like auto-deploying apps, running tests, and automating documentation
## Repository Contents
- **Slides**: You will find the slide deck used during the presentation.
- **Resources**: Links to related GitHub repositories, articles, and real-world use cases.
- **Examples**: YAML snippets and sample configurations for setting up GitHub Actions workflows.
### Links
- https://docs.github.com/en/actions
- https://www.manning.com/books/github-actions-in-action
- https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
- https://github.com/actions/checkout
## About Me
**Seyyed Ali Mohammadiyeh (Max Base)**
Open-source Maintainer, GitHub
Software Engineer & CTO at Asrez
GitHub: [@basemax](https://github.com/basemax)
Email: maxbasecode@gmail.com
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Feel free to reach out to me with questions or suggestions:
- **Email**: maxbasecode@gmail.com
- **GitHub**: [@basemax](https://github.com/basemax)
- **Telegram**: [@MAX_BASE](https://t.me/MAX_BASE)
Tehran LUG - 27 February 2025