An open API service indexing awesome lists of open source software.

https://github.com/devkimchi/github-actions-from-scratch

This provides step-by-step approach learning GitHub Actions
https://github.com/devkimchi/github-actions-from-scratch

Last synced: 9 months ago
JSON representation

This provides step-by-step approach learning GitHub Actions

Awesome Lists containing this project

README

          

# GitHub Actions from Scratch #

This provides step-by-step approach learning GitHub Actions.

## Prerequisites ##

* [Git SCM](https://git-scm.com/)
* [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=dotnet-68779-juyoo)
* [PowerShell](https://docs.microsoft.com/powershell/scripting/overview?WT.mc_id=dotnet-68779-juyoo)
* [Azure CLI](https://docs.microsoft.com/cli/azure/what-is-azure-cli?WT.mc_id=dotnet-68779-juyoo)
* [GitHub CLI](https://cli.github.com/)
* [Docker Desktop](https://docs.docker.com/get-docker/)

## Steps ##

1. [Local Development Environment Setup](./step-01.md)
2. [Basic Syntax](./step-02.md)
3. [Matrix & Conditions](./step-03.md)
4. [Events & Refactoring](./step-04.md)
5. [Multi-Stage Deployments](./step-05.md)

## Further Reading ##

* [Microsoft Learn](https://docs.microsoft.com/learn/?WT.mc_id=dotnet-68779-juyoo): [GitHub Actions](https://docs.microsoft.com/learn/paths/automate-workflow-github-actions/?WT.mc_id=dotnet-68779-juyoo)
* [Microsoft Developer Korea](http://youtube.com/microsoftdeveloperkorea): [GitHub Actions로 개발 주기 자동화 | 애저 듣보잡](https://www.youtube.com/watch?v=MhGpFunlmMQ&list=PLDZRZwFT9Wkt19Ox35Ir2A7CyNIWG96Nm) (Korean)
* [Microsoft Developer Korea](http://youtube.com/microsoftdeveloperkorea): [GitHub Actions 이런 것도 할 수 있다고? | 애저 한발짝](https://aka.ms/az1s/ep2) (Korean)
* [아웃사이더 블로그](https://blog.outsider.ne.kr/): [GitHub Actions 관련 포스트 모음](https://blog.outsider.ne.kr/search?q=github%20actions) (Korean)