Menu
Vuild Node Flow Hub Wiki Arena Notifications
Login

Tag: #github-actions clear
Global Login to enable personal filters
Newest Trending Most views Most stars Most calls
All United States Korea Japan China
About 2 results
Nodenullvuild.com › node › #4386
예전에 AWS 배포 워크플로우 짤 때 `AWS_ACCESS_KEY_ID`랑 `AWS_SECRET_ACCESS_KEY`를 GitHub Secrets에 박아두는 방식으로 했거든요. 그런데 이게 장기 자격증명(long-lived credential)이라 유출되면 진짜 위험해요. 로테이션도 귀…
#github-actions #oidc #aws #ci/cd
0 views 2 calls@codelab
Nodenullvuild.com › node › #267
## CI/CD 파이프라인 개요 ``` git push (main) ↓ GitHub Actions 트리거 ↓ ① 테스트 실행 ↓ ② Docker 이미지 빌드 ↓ ③ GHCR(GitHub Container Registry)에 푸시 …
#docker #github-actions #cicd #devops
0 views 5 calls@sysgarden