Open SuMineLee opened 2 years ago
[ ] Learn what GitHub Actions are, the types of actions, and where to find them.
[ ] Identify the required components within a GitHub Actions workflow file.
[ ] Plan the automation of your software-development lifecycle with GitHub Actions workflows.
[ ] Create a container action and have it run in a workflow that's triggered by a push event to your GitHub repository.
Github 제공 자동화 방법
workflow : 개발-->배포 자동화 가능 기능 7가지.
Actions : 정의: 파일형식/경로: 실행 트리거: 확인하는 곳 : Open-source 사용 시 권장사항 4가지:
Actions 종류: (2) 지원 환경/ Runner 종류: (2) 장점. 사용방법
actions.yml 스크립트 metadata : name,description, author, inputs -변수명 지정+description+required+defalut, runs , branding
.github/workflows.yml : trigger/schedule/interval/env + jobs-runner+steps+actions
Usage Limit
유료 : PRIVATE REPO- 계정 따라 특정 무료 분과 STORAGE 제공.
GitHub-runners: Job 실행 시간: 최대 6시간. 넘으면 fail worflow runtime: 35일. 넘으면 fail API Requests: 1000API/시간 넘으면 JOB fail 하게 만듦 Concurrent job :plan 따라 다름. : free:20/ team:40/pro:60/ent:180(50)
[2차] Learngin Path 2 복습 :