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
- Host: GitHub
- URL: https://github.com/devkimchi/github-actions-from-scratch
- Owner: devkimchi
- License: mit
- Created: 2022-06-03T22:41:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T00:50:45.000Z (over 3 years ago)
- Last Synced: 2025-04-14T04:14:52.033Z (9 months ago)
- Language: C#
- Size: 26.4 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)