> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudtype.io/llms.txt
> Use this file to discover all available pages before exploring further.

# CI/CD 문제 해결

> CI/CD 관련 문제 해결 가이드

## GitHub Actions

<AccordionGroup>
  <Accordion title="GitHub Actions를 클라우드타입과 연동하여 CI/CD 파이프라인을 구축하고 싶어요.">
    > 클라우드타입은 GitHub Actions와 배포 명세 파일을 활용하여 간단하게 CI/CD 프로젝트를 구축할 수 있습니다. [GitHub Actions 페이지](/ko/developers/githubactions)를 참고해 자세한 사용 방법을 확인해주세요.

    <Markup className="my-5 border rounded-lg overflow-hidden ratio-16by9">
      <iframe class="absolute top-0 w-full h-full" src="https://www.youtube.com/embed/LFLqGVg4Yrs?si=43HdGLpL1hG94wL6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
    </Markup>
  </Accordion>
</AccordionGroup>

***

## 참고

### 공식문서

* [GitHub Actions Docs](https://docs.github.com/ko/actions)
