---
title: "CI/CD 연동"
description: "Fastlane 또는 Azure DevOps Pipelines로 DoveRunner Mobile App Security iOS 앱 실링을 자동화합니다."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

DoveRunner Mobile App Security를 iOS CI/CD 파이프라인에 연동하면 SDK 통합, IPA 후처리, App Store 업로드 단계를 자동화할 수 있습니다.

다음 가이드를 참고하세요:

<CardGrid>
  <LinkCard
    title="Fastlane 연동"
    href="./fastlane-automation-toolkit-ios/"
    description="로컬 및 GitHub Actions 환경에서 Fastlane으로 iOS 실링을 자동화합니다."
  />
  <LinkCard
    title="Azure DevOps 연동"
    href="./azure-ci-cd-ios/"
    description="Azure DevOps Pipelines로 iOS 실링 파이프라인을 자동화합니다."
  />
</CardGrid>