Github Actions
GitHub Actions Tutorial for New Joiners¶
Welcome to the team! This tutorial will guide you through various scenarios where GitHub Actions can streamline your workflows. Each scenario includes a detailed step-by-step implementation to help you get started.
Table of Contents¶
- Introduction to GitHub Actions
- Scenario 1: Running Tests Automatically
- Scenario 2: Building and Pushing Docker Images
- Scenario 3: Deploying to AWS
- Scenario 4: Scheduling Automated Jobs
- Scenario 5: Enforcing Code Quality Checks
- Scenario 6: Sending Notifications to Slack
- Scenario 7: Hosting Web Apps on GitHub Pages
- Scenario 8: Automating Data Updates for GitHub Pages
- Scenario 9: Deploying a Static Blog to GitHub Pages