{"id":23121880,"url":"https://github.com/houssemdellai/github-actions-course","last_synced_at":"2025-04-06T18:17:47.158Z","repository":{"id":44990467,"uuid":"477349576","full_name":"HoussemDellai/github-actions-course","owner":"HoussemDellai","description":"Samples for Github Actions DevOps pipelines and workflows","archived":false,"fork":false,"pushed_at":"2024-03-07T19:21:54.000Z","size":1145,"stargazers_count":61,"open_issues_count":7,"forks_count":290,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T17:09:55.519Z","etag":null,"topics":["azure","build","ci-cd","cloud","containers","deployment","devops","docker","github-actions","kubernetes","pipelines","terraform"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HoussemDellai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-03T13:28:09.000Z","updated_at":"2025-02-28T05:58:51.000Z","dependencies_parsed_at":"2023-02-15T16:01:44.197Z","dependency_job_id":"2f0a966b-8740-4e31-be5c-319300e7b800","html_url":"https://github.com/HoussemDellai/github-actions-course","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoussemDellai%2Fgithub-actions-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoussemDellai%2Fgithub-actions-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoussemDellai%2Fgithub-actions-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HoussemDellai%2Fgithub-actions-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HoussemDellai","download_url":"https://codeload.github.com/HoussemDellai/github-actions-course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526770,"owners_count":20953143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","build","ci-cd","cloud","containers","deployment","devops","docker","github-actions","kubernetes","pipelines","terraform"],"created_at":"2024-12-17T07:13:34.550Z","updated_at":"2025-04-06T18:17:47.137Z","avatar_url":"https://github.com/HoussemDellai.png","language":"CSS","readme":"# Github Actions course\n\nDevOps became very imprtant for organiztions willing to automate and modernaze their workloads. Thanks to its capabilities, it is never been easier create a pipelin that can do all the required staps to build 'almost' any kind of application and deploy 'almost' to any environment. All of this with a click of a button.\n\nNot only that, using DevOps features makes it possible to secure the pipelines when managing secrets or when connecting to the target production environment. That become today what is known as DevSecOps.\n\nMany known tools are available to inplement DevOps like Jenkins, Gitlab CI, Azure DevOps Pipelines and many more. Github Actions is one of these tools. It did become popular from the first day it was launched back in 2018. That success was due to the popularity of Github as a platform to host the source code used by more than 50 million users. It was very natural to use the same platform to build and deploy that code into production.\n\nThis course will walk you through the creation of CI/CD DevOps pipelines to take your code, build it, scan it, test it then deploy it into Dev, Test and Prod environments whether that is in premise or on the cloud.\n\nUsing multiple demonstrations, we will show the powerful features of Github Actions.\n\nWhat you’ll learn:\n- The fundamentals for writing CI/CD pipelines with Github Actions\n- Best practices for editing Github workflows\n- Triggering a workflow on a Pull Request, Tag, Push or on a schedule\n- Creating DevOps pipelines for Web Apps, Container apps and Databases\n- Deploying apps and infra into Azure Cloud\n- Using Terraform and Bicep (Infra as Code) with Github Actions\n- Creating custom runner to run the pipelines\n- Implement DevSecOps principles\n- Creating pipelines for aspnet and dockerized apps\n\nAre there any course requirements or prerequisites?\n- No DevOps experience required, this course will take you from the ground up to the expert level\n- Basic knowledge of Git and Github\n\nWho this course is for:\n- All beginners (developers, ops and devops) who wants to learn Github Actions\n- Developers who already use Git and Github and are looking to master another cool feature of Github\n- DevOps beginners looking for step by step guide to create their first successful CI/CD pipelines\n- Ops experts looking for to use Github to automate the deployment of their infrastructure\n\nSamples for Github Actions DevOps pipelines and workflows.\n\n[![010-blank-workflow](https://github.com/HoussemDellai/github-actions-course/actions/workflows/010-blank-workflow.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/010-blank-workflow.yml)\n\n[![020-manual-workflow](https://github.com/HoussemDellai/github-actions-course/actions/workflows/020-manual-input-workflow.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/020-manual-input-workflow.yml)\n\n[![030-dotnet-workflow](https://github.com/HoussemDellai/github-actions-course/actions/workflows/030-dotnet-workflow.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/030-dotnet-workflow.yml)\n\n[![031-build-deploy-webapp-to-azure](https://github.com/HoussemDellai/github-actions-course/actions/workflows/031-build-deploy-webapp-to-azure.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/031-build-deploy-webapp-to-azure.yml)\n\n[![040-github-linter](https://github.com/HoussemDellai/github-actions-course/actions/workflows/040-github-linter.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/040-github-linter.yml)\n\n[![050-docker-build-workflow](https://github.com/HoussemDellai/github-actions-course/actions/workflows/050-docker-build-workflow.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/050-docker-build-workflow.yml)\n\n[![052-docker-ghcr-workflow](https://github.com/HoussemDellai/github-actions-course/actions/workflows/052-docker-ghcr-workflow.yml/badge.svg)](https://github.com/HoussemDellai/github-actions-course/actions/workflows/052-docker-ghcr-workflow.yml)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoussemdellai%2Fgithub-actions-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoussemdellai%2Fgithub-actions-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoussemdellai%2Fgithub-actions-course/lists"}