'CircleCI' 태그의 글 목록 — SH's Devlog

CircleCI

DevOps/CI CD

[CI/CD] CircleCI(version 2.1)로 통합, 배포 파이프라인 구성하기(+Android 파이프라인 작성하기)

CircleCI란? CircleCI는 VCS(Version Control System)와 연동하여 빌드, 테스트 및 배포를 자동화하는 데 도움이 되는 지속적인 통합(Continuous Integration)을 제공하는 플랫폼입니다. 또한, 캐싱, 도커 레이어 캐싱, 리소스 클래스 등을 사용하여 매우 복잡한 파이프라인을 효율적으로 실행하도록 구성할 수 있습니다. config.yml 설정키 (version 2.1 기준) version version은 CircleCI의 버젼을 나타냅니다. 2.1에서는 orbs, commands, executors를 추가로 사용할 수 있습니다. version: 2.1 jobs: // ... workflows: // ... orbs orbs는 반복되는 프로세스를 자동화하고 설정속..

DevOps/CI CD

[CI/CD] CircleCI - Private Repository에 접근하는 방법

안녕하세요. 이번에는 CircleCI에서 Private Repository에 접근하는 방법을 정리하겠습니다. 에러 내용 Submodule 'SHLibrary' (https://github.com/abcd/efgh.git) registered for path 'efgh' Cloning into '/home/circleci/project/efgh'... ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'https://github.com/aaaa/efgh.g..

반응형
seunghwaan
'CircleCI' 태그의 글 목록