사용자 도구

사이트 도구


git:github:actions

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
git:github:actions [2020/05/13 10:10]
kwon37xi
git:github:actions [2022/09/21 09:41] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Github Actions ====== ====== Github Actions ======
 +  * [[https://docs.github.com/en|GitHub Actions Documentation - GitHub Docs]]
 +  * https://github.com/actions/virtual-environments
 +
 +===== AWS ssm send command =====
 +  * [[https://github.com/peterkimzz/aws-ssm-send-command|peterkimzz/aws-ssm-send-command: Github Actions for using AWS SSM Send-Command]]
 +
 +===== PR 에 변경사항이 생기면 기존 action 취소시키고 다시 실행 =====
 +<code yml>
 +concurrency:
 +  group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
 +  cancel-in-progress: true
 +</code>
 +  * [[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-fallback-value|Workflow syntax for GitHub Actions - GitHub Docs]]
 +  * node 의 관련 설정 PR : https://github.com/nodejs/node/pull/42017/files
 +
 +===== Gradle & Github Actions =====
 +  * [[https://www.youtube.com/watch?v=a7T2MU2l-es|GitHub Actions for Gradle projects - YouTube]]
 +
 +===== Linux & multi architecture =====
 +  * https://github.com/uraimo/run-on-arch-action
 +
 +===== 참조 =====
   * [[https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/|GitHub Actions now supports CI/CD, free for public repositories]]   * [[https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/|GitHub Actions now supports CI/CD, free for public repositories]]
   * [[https://cheese10yun.github.io/github-action-1/|Github Action With Gradle - Yun Blog | 기술 블로그]]   * [[https://cheese10yun.github.io/github-action-1/|Github Action With Gradle - Yun Blog | 기술 블로그]]
 +  * [[https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/examples-GitHub-Actions-workflows|10 best GitHub Actions examples - Coffee Talk: Java, News, Stories and Opinions]]
 +  * [[https://blog.outsider.ne.kr/1510?utm_medium=feed|GitHub Actions 워크플로우 사용하기 :: Outsider's Dev Story]]
 +  * [[https://hyperconnect.github.io/2021/11/08/github-actions-for-everyone-1.html|모두의 Github Actions (feat. Github Enterprise) 1편 - 모두가 쓸 수 있는 패턴 만들기 | Hyperconnect Tech Blog]]
 +  * [[https://hyperconnect.github.io/2021/11/29/github-actions-for-everyone-2.html|모두의 Github Actions (feat. Github Enterprise) 2편 - 공용 CI 머신에서 Secret 관리하기 | Hyperconnect Tech Blog]]
 +  * [[https://hyperconnect.github.io/2021/12/21/github-actions-for-everyone-3.html|모두의 Github Actions (feat. Github Enterprise) 3편 - Build Cache | Hyperconnect Tech Blog]]
 +  * [[https://www.actionsbyexample.com/|GitHub Actions by Example]]
 +  * [[https://fe-developers.kakaoent.com/2022/220414-docker-cache/|GitHub Actions에서 도커 캐시를 적용해 이미지 빌드하기 | 카카오엔터테인먼트 FE 기술블로그]]
 +  * [[https://www.youtube.com/watch?v=MhGpFunlmMQ&list=PLDZRZwFT9Wkt19Ox35Ir2A7CyNIWG96Nm&ab_channel=MicrosoftDeveloperKorea|GitHub Actions로 개발 주기 자동화 | ep1. Welcome 세션 | 애저 듣고보는 잡학지식 - YouTube]]
 +  * [[https://medium.com/daangn/circleci%EC%97%90%EC%84%9C-github-actions%EB%A1%9C-%EC%9D%B4%EC%A0%84%ED%95%98%EB%A9%B0-%EB%B0%B0%ED%8F%AC-%EC%86%8D%EB%8F%84-%EA%B0%9C%EC%84%A0%ED%95%98%EA%B8%B0-39fc41617993|CircleCI에서 GitHub Actions로 이전하며 배포 속도 개선하기 | by Seungwook Seo | 당근마켓 팀블로그 | Sep, 2022 | Medium]] : + docker layer cache
git/github/actions.1589332233.txt.gz · 마지막으로 수정됨: 2020/05/13 10:10 저자 kwon37xi